summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Command/Expire.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/lib/Command/Expire.php')
-rw-r--r--apps/files_trashbin/lib/Command/Expire.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/Command/Expire.php b/apps/files_trashbin/lib/Command/Expire.php
index fb4417774e6..66bf4ed306e 100644
--- a/apps/files_trashbin/lib/Command/Expire.php
+++ b/apps/files_trashbin/lib/Command/Expire.php
@@ -41,7 +41,7 @@ class Expire implements ICommand {
/**
* @param string $user
*/
- function __construct($user) {
+ public function __construct($user) {
$this->user = $user;
}