Skip to content

Commit 47b67a3

Browse files
committed
fix model
1 parent 609e1b5 commit 47b67a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Models/User.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace App\Models;
44

5-
use Illuminate\Contracts\Auth\MustVerifyEmail;
5+
// use Illuminate\Contracts\Auth\MustVerifyEmail;
66
use Illuminate\Database\Eloquent\Factories\HasFactory;
77
use Illuminate\Foundation\Auth\User as Authenticatable;
88
use Illuminate\Notifications\Notifiable;
99

10-
class User extends Authenticatable implements MustVerifyEmail
10+
class User extends Authenticatable
1111
{
1212
/** @use HasFactory<\Database\Factories\UserFactory> */
1313
use HasFactory, Notifiable;

0 commit comments

Comments
 (0)