Skip to content

Commit 4bd7b5f

Browse files
authored
Merge pull request #59 from Lomkit/fix/authorizations
Fix/authorizations
2 parents b6920d6 + 26096e7 commit 4bd7b5f

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 Lomkit\Rest\Tests\Support\Models\Model;
1111

1212
trait Authorizable
1313
{

0 commit comments

Comments
 (0)