We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 834ddc7 + ea55e62 commit 3cfcf01Copy full SHA for 3cfcf01
lib/Mount/GroupFolderStorage.php
@@ -85,4 +85,8 @@ public function getScanner($path = '', $storage = null): IScanner {
85
86
return $storage->scanner;
87
}
88
+
89
+ protected function shouldApplyQuota(string $path): bool {
90
+ return true;
91
+ }
92
0 commit comments