Commit 994e0999 authored by Taylor Otwell's avatar Taylor Otwell

Update syntax.

parent 8b70eabf
......@@ -23,7 +23,7 @@ class Kernel extends ConsoleKernel {
*/
protected function schedule(Schedule $schedule)
{
$schedule->artisan('inspire')
$schedule->command('inspire')
->hourly();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment