remove change for now

This commit is contained in:
Taylor Otwell
2025-03-04 16:07:15 -06:00
parent 661e56994d
commit 27348b7c90

View File

@@ -1,10 +1,8 @@
<?php <?php
use Illuminate\Foundation\Console\ClosureCommand;
use Illuminate\Foundation\Inspiring; use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan; use Illuminate\Support\Facades\Artisan;
Artisan::command('inspire', function () { Artisan::command('inspire', function () {
/** @var ClosureCommand $this */
$this->comment(Inspiring::quote()); $this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote'); })->purpose('Display an inspiring quote');