comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); /* |-------------------------------------------------------------------------- | Console Schedule |-------------------------------------------------------------------------- | | Below you may define your scheduled tasks, including console commands | or system commands. These tasks will be run automatically when due | using Laravel's built-in "schedule:run" Artisan console command. | */ Schedule::command('inspire')->hourly();