Give the redownload command a better name
This commit is contained in:
parent
c5e0b621a6
commit
f9fc24dd04
2 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@ use App\WebMention;
|
|||
use Illuminate\Console\Command;
|
||||
use App\Jobs\DownloadWebMention;
|
||||
|
||||
class DownloadWebMentions extends Command
|
||||
class ReDownloadWebMentions extends Command
|
||||
{
|
||||
/**
|
||||
* The name and signature of the console command.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'webmentions:download';
|
||||
protected $signature = 'webmentions:redownload';
|
||||
|
||||
/**
|
||||
* The console command description.
|
|
@ -15,7 +15,7 @@ class Kernel extends ConsoleKernel
|
|||
protected $commands = [
|
||||
Commands\SecurityCheck::class,
|
||||
Commands\ParseCachedWebMentions::class,
|
||||
Commands\DownloadWebMentions::class,
|
||||
Commands\ReDownloadWebMentions::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue