We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609e1b5 commit 47b67a3Copy full SHA for 47b67a3
app/Models/User.php
@@ -2,12 +2,12 @@
2
3
namespace App\Models;
4
5
-use Illuminate\Contracts\Auth\MustVerifyEmail;
+// use Illuminate\Contracts\Auth\MustVerifyEmail;
6
use Illuminate\Database\Eloquent\Factories\HasFactory;
7
use Illuminate\Foundation\Auth\User as Authenticatable;
8
use Illuminate\Notifications\Notifiable;
9
10
-class User extends Authenticatable implements MustVerifyEmail
+class User extends Authenticatable
11
{
12
/** @use HasFactory<\Database\Factories\UserFactory> */
13
use HasFactory, Notifiable;
0 commit comments