Skip to content

Commit caa8467

Browse files
AlexVanderbistgithub-actions[bot]
authored andcommitted
Fix styling
1 parent a749843 commit caa8467

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Filters/FiltersPartial.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Spatie\QueryBuilder\Filters;
44

55
use Illuminate\Database\Eloquent\Builder;
6-
use Illuminate\Support\Facades\DB;
76

87
/**
98
* @template TModelClass of \Illuminate\Database\Eloquent\Model
@@ -74,7 +73,7 @@ protected static function escapeLike(string $value): string
7473
*/
7574
protected static function maybeSpecifyEscapeChar(string $driver): string
7675
{
77-
if(!in_array($driver, ['sqlite','pgsql','sqlsrv'])){
76+
if(! in_array($driver, ['sqlite','pgsql','sqlsrv'])) {
7877
return '';
7978
}
8079

0 commit comments

Comments
 (0)