Skip to content

Commit

Permalink
Update BaseActiveRecord.php
Browse files Browse the repository at this point in the history
  • Loading branch information
arshidkv12 authored Aug 22, 2023
1 parent a3fcb92 commit 8e34520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/db/BaseActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,7 @@ public function extraFields()
* This method is required by the SPL interface [[\ArrayAccess]].
* It is implicitly called when you use something like `unset($model[$offset])`.
* @param mixed $offset the offset to unset element
* @return null
*/
public function offsetUnset($offset)
{
Expand Down

0 comments on commit 8e34520

Please sign in to comment.