Skip to content

Commit 4af3e35

Browse files
committed
Remove trait
1 parent 120c77c commit 4af3e35

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Laravel/Filter/Where.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
class Where extends EloquentFilter
99
{
10-
use SupportsOperators;
11-
1210
protected bool $asBoolean = false;
1311
protected bool $commaSeparated = false;
1412

src/Laravel/Filter/WhereHas.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
class WhereHas extends Filter
1414
{
15-
use SupportsOperators;
16-
1715
public Relationship|string|null $field = null;
1816

1917
public static function make(string $name): static

0 commit comments

Comments
 (0)