Skip to content

Commit 26096e7

Browse files
GautierDeleStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 28ed708 commit 26096e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/Authorizable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
namespace Lomkit\Rest\Concerns;
44

55
use Illuminate\Auth\Access\Response;
6+
use Illuminate\Database\Eloquent\Model;
67
use Illuminate\Support\Facades\Cache;
78
use Illuminate\Support\Facades\Gate;
89
use Illuminate\Support\Str;
910
use Lomkit\Rest\Http\Requests\RestRequest;
10-
use Illuminate\Database\Eloquent\Model;
1111

1212
trait Authorizable
1313
{

0 commit comments

Comments
 (0)