update user model

This commit is contained in:
2026-03-06 10:03:17 +08:00
parent 1d7a4c7176
commit 4786df2978
+1 -1
View File
@@ -97,7 +97,7 @@ class User extends Model implements Authenticatable
return $this->hasMany(Platform::class, 'developer_id'); return $this->hasMany(Platform::class, 'developer_id');
} }
protected static function boot(): void protected function boot(): void
{ {
parent::boot(); parent::boot();