Skip to content

Commit

Permalink
'fix_bug'
Browse files Browse the repository at this point in the history
  • Loading branch information
huangbule committed Mar 15, 2024
1 parent 00024f7 commit 06aff00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Traits/FilterTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public function scopeFilter($query, $param = [], $arr_filter = [])
if (!$preprocess_macro instanceof Ipreprocess)
throw new NotInstanceOfInterfaceException(get_class($preprocess_macro) . " not implements Ipreprocess");

$preprocess_macro->handle($search_key, $param);
} else {
$process_class = Str::beforeLast(__NAMESPACE__, "Traits") . "Preprocess\\" . Str::studly($command . "Preprocess");
if (!class_exists($process_class)) {
Expand Down

0 comments on commit 06aff00

Please sign in to comment.