Skip to content

Commit 752c151

Browse files
authored
Merge pull request #4635 from TbishopP/bug_namespace_has_wrong_case
updated case from "Crud" to "CRUD" in CrudButton.php and CrudFilter.php
2 parents 8e8075b + f5467f0 commit 752c151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/CrudFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Backpack\CRUD\app\Library\CrudPanel;
44

55
use Backpack\CRUD\app\Exceptions\BackpackProRequiredException;
6-
use Backpack\Crud\ViewNamespaces;
6+
use Backpack\CRUD\ViewNamespaces;
77
use Closure;
88
use Illuminate\Support\Str;
99
use Symfony\Component\HttpFoundation\ParameterBag;

0 commit comments

Comments
 (0)