Skip to content

Commit b18e97b

Browse files
authored
Changed class order
1 parent cb725ad commit b18e97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Auth/User.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Jenssegers\Mongodb\Auth;
44

5-
use Illuminate\Auth\MustVerifyEmail;
65
use Illuminate\Auth\Authenticatable;
6+
use Illuminate\Auth\MustVerifyEmail;
77
use Illuminate\Auth\Passwords\CanResetPassword;
88
use Illuminate\Contracts\Auth\Access\Authorizable as AuthorizableContract;
99
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;

0 commit comments

Comments
 (0)