diff --git a/app/Models/User.php b/app/Models/User.php index b2ecc8e..f2d1d11 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -18,10 +18,6 @@ class User extends Authenticatable implements LunarUserInterface /** @use HasFactory */ use HasFactory, Notifiable; - protected $dispatchesEvents = [ - 'created' => UserCreated::class, - ]; - /** * The attributes that are mass assignable. *