removed hardcoded dev paths

This commit is contained in:
Jonathan Treffler 2024-04-23 20:20:23 +02:00 committed by root
parent 31a419b536
commit 003b866464

View file

@ -11,8 +11,6 @@ use OCA\GroupFolders\Mount\MountProvider;
use OCA\GroupfolderFilesystemSnapshots\Service\SettingsService;
class PathManager {
//const FILESYSTEM_ROOT_PATH = "/srv/nextcloud/files/";
//const FILESYSTEM_SNAPSHOT_PATH = "/srv/nextcloud/files/.zfs/snapshot/";
public function __construct(
private IConfig $config,