Skip to content

Commit 4125285

Browse files
authored
Move Filters Before Query (rappasoft#2143)
1 parent b819109 commit 4125285

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Traits/HasAllTraits.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ trait HasAllTraits
99
{
1010
// Note Specific Order Below!
1111
use WithTableHooks;
12-
use HasLocalisations;
13-
use WithLoadingPlaceholder;
14-
use HasTheme;
15-
use WithQuery,
12+
use HasLocalisations,
13+
WithLoadingPlaceholder,
14+
HasTheme;
15+
use WithFilters,
16+
WithQuery,
1617
ComponentUtilities,
1718
WithActions,
1819
WithData,
@@ -29,7 +30,6 @@ trait HasAllTraits
2930
WithCustomisations,
3031
WithDebugging,
3132
WithEvents,
32-
WithFilters,
3333
WithFooter,
3434
WithRefresh,
3535
WithReordering,

0 commit comments

Comments
 (0)