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 @@ public function getFilesFromServer(bool $isInit = false)
{
getFilesystemVolumesFromServer($this, $isInit);
}
public function isBackupSolutionAvailable()
{
return false;
}
}