Skip to content

Commit 2e131b0

Browse files
AlexVanderbistactions-user
authored andcommitted
Fix styling
1 parent 41bbacc commit 2e131b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filters/FiltersScope.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ protected function resolveParameters(Builder $query, $values, string $scope): ar
4949
}
5050

5151
foreach ($parameters as $parameter) {
52-
if (!optional($this->getClass($parameter))->isSubclassOf(Model::class)) {
52+
if (! optional($this->getClass($parameter))->isSubclassOf(Model::class)) {
5353
continue;
5454
}
5555

0 commit comments

Comments
 (0)