🚚 Renomme la commande pour correspondre aux autres

This commit is contained in:
Clement 2020-07-23 14:57:00 +02:00
parent 1d6edcf577
commit 82ec35ab4e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class ParseLinkCommand extends Command
*
* @var string
*/
protected $signature = 'parse:link {url}';
protected $signature = 'app:parselink {url}';
/**
* The console command description.