diff --git a/src/Traits/HasAllTraits.php b/src/Traits/HasAllTraits.php index e2e675588..10eba62ab 100644 --- a/src/Traits/HasAllTraits.php +++ b/src/Traits/HasAllTraits.php @@ -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, @@ -29,7 +30,6 @@ trait HasAllTraits WithCustomisations, WithDebugging, WithEvents, - WithFilters, WithFooter, WithRefresh, WithReordering,