Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist authored and actions-user committed Nov 26, 2020
1 parent 41bbacc commit 2e131b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filters/FiltersScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected function resolveParameters(Builder $query, $values, string $scope): ar
}

foreach ($parameters as $parameter) {
if (!optional($this->getClass($parameter))->isSubclassOf(Model::class)) {
if (! optional($this->getClass($parameter))->isSubclassOf(Model::class)) {
continue;
}

Expand Down

0 comments on commit 2e131b0

Please sign in to comment.