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