Skip to content

Commit 6959e6d

Browse files
committed
style fix
1 parent cf106c4 commit 6959e6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/User.php

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

33
namespace Cesargb\MagicLink\Test;
44

5-
use Cesargb\MagicLink\Traits\HasMagicLink;
65
use Illuminate\Auth\Authenticatable;
7-
use Illuminate\Contracts\Auth\Access\Authorizable as AuthorizableContract;
8-
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
96
use Illuminate\Database\Eloquent\Model;
7+
use Cesargb\MagicLink\Traits\HasMagicLink;
108
use Illuminate\Foundation\Auth\Access\Authorizable;
9+
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
10+
use Illuminate\Contracts\Auth\Access\Authorizable as AuthorizableContract;
1111

1212
class User extends Model implements AuthorizableContract, AuthenticatableContract
1313
{

0 commit comments

Comments
 (0)