Skip to content

Commit

Permalink
Update Filter.php
Browse files Browse the repository at this point in the history
fix namespace
  • Loading branch information
edwinheij authored Nov 9, 2024
1 parent 0ec6b29 commit 8d5142b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace PowerComponents\LivewirePowerGrid\Concerns;

use DateTimeZone;
use Illuminate\Support\{Arr, Carbon, Collection};
use Illuminate\Support\{Arr, Carbon, Collection, Str};
use Livewire\Attributes\On;
use PowerComponents\LivewirePowerGrid\Column;

Expand Down

0 comments on commit 8d5142b

Please sign in to comment.