Skip to content

Commit ccdaf59

Browse files
committed
fix: service application view
1 parent 3fc9cf9 commit ccdaf59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/Models/ServiceApplication.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,9 @@ public function getFilesFromServer(bool $isInit = false)
112112
{
113113
getFilesystemVolumesFromServer($this, $isInit);
114114
}
115+
116+
public function isBackupSolutionAvailable()
117+
{
118+
return false;
119+
}
115120
}

0 commit comments

Comments
 (0)