ServerProvider::class, ]; } public function services(): HasMany { return $this->hasMany(Service::class); } }