From dd6decc9c945abb5fbcdff6312b632925523b726 Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Mon, 13 Aug 2018 17:57:33 +0800 Subject: [PATCH] first --- app/Console/Commands/MiniInstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/MiniInstall.php b/app/Console/Commands/MiniInstall.php index cc57b01..1bd9db5 100644 --- a/app/Console/Commands/MiniInstall.php +++ b/app/Console/Commands/MiniInstall.php @@ -11,7 +11,7 @@ class MiniInstall extends Command * * @var string */ - protected $signature = 'Mini:install'; + protected $signature = 'mini:install'; /** * The console command description.