update user model
This commit is contained in:
@@ -97,7 +97,7 @@ class User extends Model implements Authenticatable
|
||||
return $this->hasMany(Platform::class, 'developer_id');
|
||||
}
|
||||
|
||||
protected static function boot(): void
|
||||
protected function boot(): void
|
||||
{
|
||||
parent::boot();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user