mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-01 12:33:45 +00:00
add destinations
This commit is contained in:
@@ -20,9 +20,13 @@ class Server extends BaseModel
|
||||
'team_id',
|
||||
'private_key_id',
|
||||
];
|
||||
public function destinations()
|
||||
public function standaloneDockers()
|
||||
{
|
||||
return $this->hasMany(PrivateKey::class);
|
||||
return $this->hasMany(StandaloneDocker::class);
|
||||
}
|
||||
public function swarmDockers()
|
||||
{
|
||||
return $this->hasMany(SwarmDocker::class);
|
||||
}
|
||||
public function privateKey()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user