Give the redownload command a better name

This commit is contained in:
Jonny Barnes 2016-09-17 21:01:23 +01:00
parent c5e0b621a6
commit f9fc24dd04
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ class Kernel extends ConsoleKernel
protected $commands = [
Commands\SecurityCheck::class,
Commands\ParseCachedWebMentions::class,
Commands\DownloadWebMentions::class,
Commands\ReDownloadWebMentions::class,
];
/**