mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: service application view
This commit is contained in:
parent
3fc9cf90ab
commit
ccdaf59ecb
1 changed files with 5 additions and 0 deletions
|
|
@ -112,4 +112,9 @@ class ServiceApplication extends BaseModel
|
|||
{
|
||||
getFilesystemVolumesFromServer($this, $isInit);
|
||||
}
|
||||
|
||||
public function isBackupSolutionAvailable()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue