2017-11-03 16:26:07 +11:00
|
|
|
<?php
|
|
|
|
|
|
|
|
use Illuminate\Foundation\Inspiring;
|
2024-07-04 15:03:11 +10:00
|
|
|
use Illuminate\Support\Facades\Artisan;
|
2017-11-03 16:26:07 +11:00
|
|
|
|
2024-07-04 15:03:11 +10:00
|
|
|
//Artisan::command('inspire', function () {
|
|
|
|
// $this->comment(Inspiring::quote());
|
|
|
|
//})->purpose('Display an inspiring quote')->hourly();
|