Skip to content

Commit 6b37a27

Browse files
authored
Merge pull request spatie#1055 from spatie/analysis-8QQ4Jo
Apply fixes from StyleCI
2 parents fbf7458 + 66a7553 commit 6b37a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CacheTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use Illuminate\Support\Facades\DB;
66
use Spatie\Permission\Contracts\Role;
77
use Illuminate\Support\Facades\Artisan;
8-
use Spatie\Permission\Exceptions\PermissionDoesNotExist;
98
use Spatie\Permission\PermissionRegistrar;
109
use Spatie\Permission\Contracts\Permission;
10+
use Spatie\Permission\Exceptions\PermissionDoesNotExist;
1111

1212
class CacheTest extends TestCase
1313
{

0 commit comments

Comments
 (0)