summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Command/Config.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/lib/Command/Config.php')
-rw-r--r--apps/files_external/lib/Command/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Command/Config.php b/apps/files_external/lib/Command/Config.php
index f58b1561e68..a42689ddec1 100644
--- a/apps/files_external/lib/Command/Config.php
+++ b/apps/files_external/lib/Command/Config.php
@@ -38,7 +38,7 @@ class Config extends Base {
*/
protected $globalService;
- function __construct(GlobalStoragesService $globalService) {
+ public function __construct(GlobalStoragesService $globalService) {
parent::__construct();
$this->globalService = $globalService;
}