Skip to content

Commit

Permalink
Move Filters Before Query (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Jan 4, 2025
1 parent b819109 commit 4125285
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Traits/HasAllTraits.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ trait HasAllTraits
{
// Note Specific Order Below!
use WithTableHooks;
use HasLocalisations;
use WithLoadingPlaceholder;
use HasTheme;
use WithQuery,
use HasLocalisations,
WithLoadingPlaceholder,
HasTheme;
use WithFilters,
WithQuery,
ComponentUtilities,
WithActions,
WithData,
Expand All @@ -29,7 +30,6 @@ trait HasAllTraits
WithCustomisations,
WithDebugging,
WithEvents,
WithFilters,
WithFooter,
WithRefresh,
WithReordering,
Expand Down

0 comments on commit 4125285

Please sign in to comment.