Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist authored and github-actions[bot] committed May 10, 2024
1 parent 880e2b1 commit 5ef1cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filters/FiltersPartial.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected function getDatabaseDriver(Builder $query): string
return $query->getConnection()->getDriverName();
}


protected function getWhereRawParameters(mixed $value, string $property, string $driver): array
{
$value = mb_strtolower((string) $value, 'UTF8');
Expand Down

0 comments on commit 5ef1cf9

Please sign in to comment.