Skip to content

Commit f5467f0

Browse files
committed
updated case from "Crud" to "CRUD" in CrudButton.php and CrudFilter.php
1 parent 48b971b commit f5467f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/Library/CrudPanel/CrudButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Backpack\CRUD\app\Library\CrudPanel;
44

5-
use Backpack\Crud\ViewNamespaces;
5+
use Backpack\CRUD\ViewNamespaces;
66

77
/**
88
* Adds fluent syntax to Backpack CRUD Buttons.

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)