diff --git a/backend/app/Model/User.php b/backend/app/Model/User.php index 123e32f..d754d9c 100644 --- a/backend/app/Model/User.php +++ b/backend/app/Model/User.php @@ -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();