Skip to content

Commit 6c292eb

Browse files
authored
Merge pull request #5597 from z-song/analysis-AD6aAN
Apply fixes from StyleCI
2 parents 43d1488 + e95e80a commit 6c292eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdminServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use Encore\Admin\Layout\Content;
66
use Illuminate\Routing\Router;
77
use Illuminate\Support\Arr;
8-
use Illuminate\Support\Str;
98
use Illuminate\Support\Facades\Blade;
109
use Illuminate\Support\ServiceProvider;
10+
use Illuminate\Support\Str;
1111

1212
class AdminServiceProvider extends ServiceProvider
1313
{

0 commit comments

Comments
 (0)