@@ -75,7 +75,7 @@ |
||
| 75 | 75 | { |
| 76 | 76 | $filters = \is_array($filter) ? $filter : [$filter]; |
| 77 | 77 | |
| 78 | - $this->filters = array_filter($filters, static function ($f) { |
|
| 78 | + $this->filters = array_filter($filters, static function($f) { |
|
| 79 | 79 | return \in_array($f, [self::UPDATE, self::ASSOCIATE, self::DISSOCIATE, self::INSERT, self::REMOVE], true); |
| 80 | 80 | }); |
| 81 | 81 | |