Commit 313abe62 authored by Taylor Otwell's avatar Taylor Otwell

Use real command name.

parent 71a8e00f
......@@ -23,7 +23,7 @@ class Kernel extends ConsoleKernel {
*/
protected function schedule(Schedule $schedule)
{
$schedule->artisan('foo')
$schedule->artisan('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