From 5b21adb4a2f36a2deef49af3d75a33920afef752 Mon Sep 17 00:00:00 2001 From: Nikolay Novikov Date: Wed, 25 Sep 2024 20:22:40 +0300 Subject: [PATCH] patch --- src/ModelTrait.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ModelTrait.php b/src/ModelTrait.php index 4a15a1e..7d45a2e 100644 --- a/src/ModelTrait.php +++ b/src/ModelTrait.php @@ -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)