fix: predefined content for files

This commit is contained in:
Andras Bacsai
2023-10-02 18:02:32 +02:00
parent 58e3bb2571
commit 9701c65297
5 changed files with 14 additions and 10 deletions

View File

@@ -36,8 +36,8 @@ class ServiceApplication extends BaseModel
);
}
public function getFilesFromServer()
public function getFilesFromServer(bool $isInit = false)
{
getFilesystemVolumesFromServer($this);
getFilesystemVolumesFromServer($this, $isInit);
}
}