Skip to content

Commit 4b8278a

Browse files
committed
refactor: remove unrequired aliasing
1 parent 11c5308 commit 4b8278a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Auth/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
99
use Illuminate\Contracts\Auth\CanResetPassword as CanResetPasswordContract;
1010
use Illuminate\Foundation\Auth\Access\Authorizable;
11-
use Jenssegers\Mongodb\Eloquent\Model as Model;
11+
use Jenssegers\Mongodb\Eloquent\Model;
1212

1313
class User extends Model implements
1414
AuthenticatableContract,

0 commit comments

Comments
 (0)