You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/files_trashbin/lib/Command/ExpireTrash.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ protected function configure(): void {
36
36
$this
37
37
->setName('trashbin:expire')
38
38
->setDescription('Delete expired files from the trashbin')
39
-
->setHelp('Deletes expired files from the trashbin according to the configured retention and space policy. This does not disable the trashbin or unconditionally empty it.')
39
+
->setHelp('Deletes expired files from the trashbin according to the configured retention and space policy.')
0 commit comments