mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Move some methods around, refactoring.
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
*/
|
||||
declare(strict_types = 1);
|
||||
|
||||
use Illuminate\Foundation\Inspiring;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Console Routes
|
||||
@@ -20,7 +18,3 @@ use Illuminate\Foundation\Inspiring;
|
||||
| simple approach to interacting with each command's IO methods.
|
||||
|
|
||||
*/
|
||||
|
||||
Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
});
|
||||
|
Reference in New Issue
Block a user