Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AnourValar committed Sep 25, 2024
1 parent 42c7364 commit 5b21adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ModelTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public function setAttribute($key, $value)
&& ! strpos($key, '_min')
&& ! strpos($key, '_sum')
&& ! strpos($key, '_avg')
&& ! strpos($key, '_fulltext')
&& ! array_key_exists($key, $this->getAttributes())
&& ! $this->hasCast($key)
&& ! $this->hasSetMutator($key)
Expand Down

0 comments on commit 5b21adb

Please sign in to comment.