Skip to content

Commit a351d4b

Browse files
committed
Remove space
1 parent fdb18fa commit a351d4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Traits/WithFilters.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ public function applySearchFilter($query)
318318
// TODO: Skip Aggregates
319319
if (! $hasRelation) {
320320
$whereColumn = Schema::hasColumn($query->getModel()->getTable(), $whereColumn) ? $query->getModel()->getTable() . '.' . $whereColumn : $whereColumn;
321-
322321
}
323322

324323
// We can use a simple where clause

0 commit comments

Comments
 (0)