diff --git a/app/Models/User.php b/app/Models/User.php index c3aaba00b..04de44f82 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -85,9 +85,6 @@ class User extends Authenticatable return $this->hasMany('App\Models\UserExcludedCategory', 'users_id'); } - /** - * - */ protected static function boot(): void { parent::boot();