Skip to content

Commit 010226d

Browse files
authored
Move WithFilters before WithQuery
1 parent eda4c5e commit 010226d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Traits/HasAllTraits.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ trait HasAllTraits
1212
use HasLocalisations;
1313
use WithLoadingPlaceholder;
1414
use HasTheme;
15-
use WithQuery,
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)