Skip to content

Commit 28ed708

Browse files
author
Gautier Deleglise
committed
🐛 wrong model import in authorization
1 parent 8c2fa62 commit 28ed708

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
@@ -7,7 +7,7 @@
77
use Illuminate\Support\Facades\Gate;
88
use Illuminate\Support\Str;
99
use Lomkit\Rest\Http\Requests\RestRequest;
10-
use Lomkit\Rest\Tests\Support\Models\Model;
10+
use Illuminate\Database\Eloquent\Model;
1111

1212
trait Authorizable
1313
{

0 commit comments

Comments
 (0)