Skip to content

Commit 5a13d5e

Browse files
committed
Update command description
1 parent 0b065eb commit 5a13d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/RemoveInvalidUploadDeleteActionLogItems.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class RemoveInvalidUploadDeleteActionLogItems extends Command
1919
*
2020
* @var string
2121
*/
22-
protected $description = 'Command description';
22+
protected $description = 'Permanently remove invalid "upload deleted" action log items that have a null filename. This command can potentially result in deleted files being "resurrected" in the UI.';
2323

2424
/**
2525
* Execute the console command.

0 commit comments

Comments
 (0)