mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Add missing relationship
This commit is contained in:
@@ -267,6 +267,11 @@ class Server extends Model
|
||||
});
|
||||
}
|
||||
|
||||
public function serverVariables(): HasMany
|
||||
{
|
||||
return $this->hasMany(ServerVariable::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets information for the node associated with this server.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user