Skip to content

Commit 32ee90f

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 6b82866 commit 32ee90f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/BackpackServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Backpack\CRUD\app\Http\Middleware\ThrottlePasswordRecovery;
66
use Backpack\CRUD\app\Library\CrudPanel\CrudPanel;
7-
use Backpack\CRUD\ViewNamespaces;
87
use Illuminate\Routing\Router;
98
use Illuminate\Support\Collection;
109
use Illuminate\Support\ServiceProvider;

src/app/Library/CrudPanel/CrudButton.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
namespace Backpack\CRUD\app\Library\CrudPanel;
4+
45
use Backpack\Crud\ViewNamespaces;
56

67
/**

src/app/Library/CrudPanel/CrudFilter.php

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

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

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

0 commit comments

Comments
 (0)