Skip to content

Commit

Permalink
Add default empty arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkortas committed Apr 25, 2023
1 parent 04174dd commit cadb25a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Traits/TableFilters.php
Expand Up @@ -9,5 +9,8 @@ trait TableFilters {
public static function bootTableFilters() {
static::addGlobalScope(new TableFilterScope);
}


public array $indexable = [];
public array $rangeFilters = [];
public array $typeFilters = [];
}

0 comments on commit cadb25a

Please sign in to comment.