mirror of
https://github.com/10h30/MoveMate.git
synced 2026-07-19 14:43:30 +09:00
First commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Foundation\Console\ClosureCommand;
|
||||
use Illuminate\Foundation\Inspiring;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
|
||||
Artisan::command('inspire', function () {
|
||||
/** @var ClosureCommand $this */
|
||||
$this->comment(Inspiring::quote());
|
||||
})->purpose('Display an inspiring quote');
|
||||
Reference in New Issue
Block a user