We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e425f3 commit b7866e0Copy full SHA for b7866e0
src/app/Library/CrudPanel/CrudFilter.php
@@ -2,8 +2,8 @@
2
3
namespace Backpack\CRUD\app\Library\CrudPanel;
4
5
-use Symfony\Component\HttpFoundation\ParameterBag;
6
use Illuminate\Support\Str;
+use Symfony\Component\HttpFoundation\ParameterBag;
7
8
class CrudFilter
9
{
src/app/Library/CrudPanel/Traits/Filters.php
@@ -4,7 +4,6 @@
use Backpack\CRUD\app\Library\CrudPanel\CrudFilter;
use Illuminate\Support\Collection;
-use Illuminate\Support\Str;
use Symfony\Component\HttpFoundation\ParameterBag;
10
trait Filters
0 commit comments