We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf106c4 commit 6959e6dCopy full SHA for 6959e6d
tests/User.php
@@ -2,12 +2,12 @@
2
3
namespace Cesargb\MagicLink\Test;
4
5
-use Cesargb\MagicLink\Traits\HasMagicLink;
6
use Illuminate\Auth\Authenticatable;
7
-use Illuminate\Contracts\Auth\Access\Authorizable as AuthorizableContract;
8
-use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
9
use Illuminate\Database\Eloquent\Model;
+use Cesargb\MagicLink\Traits\HasMagicLink;
10
use Illuminate\Foundation\Auth\Access\Authorizable;
+use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
+use Illuminate\Contracts\Auth\Access\Authorizable as AuthorizableContract;
11
12
class User extends Model implements AuthorizableContract, AuthenticatableContract
13
{
0 commit comments