We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb725ad commit b18e97bCopy full SHA for b18e97b
src/Jenssegers/Mongodb/Auth/User.php
@@ -2,8 +2,8 @@
2
3
namespace Jenssegers\Mongodb\Auth;
4
5
-use Illuminate\Auth\MustVerifyEmail;
6
use Illuminate\Auth\Authenticatable;
+use Illuminate\Auth\MustVerifyEmail;
7
use Illuminate\Auth\Passwords\CanResetPassword;
8
use Illuminate\Contracts\Auth\Access\Authorizable as AuthorizableContract;
9
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
0 commit comments