From 82ec35ab4e837784ad5f8f90201183448b90c041 Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 23 Jul 2020 14:57:00 +0200 Subject: [PATCH] :truck: Renomme la commande pour correspondre aux autres --- app/Console/Commands/ParseLinkCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/ParseLinkCommand.php b/app/Console/Commands/ParseLinkCommand.php index 5fb9405..534f4b2 100644 --- a/app/Console/Commands/ParseLinkCommand.php +++ b/app/Console/Commands/ParseLinkCommand.php @@ -12,7 +12,7 @@ class ParseLinkCommand extends Command * * @var string */ - protected $signature = 'parse:link {url}'; + protected $signature = 'app:parselink {url}'; /** * The console command description.