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