mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 00:34:44 +02:00
Add missing relationship
This commit is contained in:
parent
6c8816c289
commit
a16ef9743b
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user