Fix: Removing Duplicate Event Dispatching for UserCreated model

This commit is contained in:
2026-09-16 23:22:32 +03:00
parent 038ea05d56
commit fe55cb5f33
-4
View File
@@ -18,10 +18,6 @@ class User extends Authenticatable implements LunarUserInterface
/** @use HasFactory<UserFactory> */
use HasFactory, Notifiable;
protected $dispatchesEvents = [
'created' => UserCreated::class,
];
/**
* The attributes that are mass assignable.
*