fix: service application view

This commit is contained in:
Andras Bacsai
2024-10-03 20:47:02 +02:00
parent 3fc9cf90ab
commit ccdaf59ecb

View File

@@ -112,4 +112,9 @@ class ServiceApplication extends BaseModel
{
getFilesystemVolumesFromServer($this, $isInit);
}
public function isBackupSolutionAvailable()
{
return false;
}
}