Skip to content

Commit 197722b

Browse files
authored
Apply fixes from StyleCI (#399)
1 parent 39e2694 commit 197722b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/MiddlewareTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace Spatie\Permission\Test;
44

5-
use Illuminate\Support\Facades\Auth;
6-
use Symfony\Component\HttpKernel\Exception\HttpException;
75
use Illuminate\Http\Request;
86
use Illuminate\Http\Response;
7+
use Illuminate\Support\Facades\Auth;
98
use Spatie\Permission\Middlewares\RoleMiddleware;
109
use Spatie\Permission\Middlewares\PermissionMiddleware;
10+
use Symfony\Component\HttpKernel\Exception\HttpException;
1111

1212
class MiddlewareTest extends TestCase
1313
{

0 commit comments

Comments
 (0)