Skip to content

Commit 2ea7487

Browse files
tobyzernergithub-actions[bot]
authored andcommitted
Run Prettier
1 parent 9edc949 commit 2ea7487

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Laravel/Filter/Where.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,9 @@ public function apply(object $query, array|string $value, Context $context): voi
9292

9393
default:
9494
throw new BadRequestException(
95-
$context->translate(
96-
'laravel.filter.unsupported_operator',
97-
['operator' => $operator],
98-
),
95+
$context->translate('laravel.filter.unsupported_operator', [
96+
'operator' => $operator,
97+
]),
9998
);
10099
}
101100
}

0 commit comments

Comments
 (0)