removed hardcoded dev paths
This commit is contained in:
parent
31a419b536
commit
003b866464
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ use OCA\GroupFolders\Mount\MountProvider;
|
||||||
use OCA\GroupfolderFilesystemSnapshots\Service\SettingsService;
|
use OCA\GroupfolderFilesystemSnapshots\Service\SettingsService;
|
||||||
|
|
||||||
class PathManager {
|
class PathManager {
|
||||||
//const FILESYSTEM_ROOT_PATH = "/srv/nextcloud/files/";
|
|
||||||
//const FILESYSTEM_SNAPSHOT_PATH = "/srv/nextcloud/files/.zfs/snapshot/";
|
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
private IConfig $config,
|
private IConfig $config,
|
||||||
|
|
Loading…
Reference in a new issue