Remove default console command
This commit is contained in:
parent
af00f64cf7
commit
16b121b598
@ -13,7 +13,3 @@ use Illuminate\Support\Facades\Artisan;
|
|||||||
| simple approach to interacting with each command's IO methods.
|
| simple approach to interacting with each command's IO methods.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Artisan::command('inspire', function () {
|
|
||||||
$this->comment(Inspiring::quote());
|
|
||||||
})->purpose('Display an inspiring quote');
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user