Commit 536fe29b authored by Taylor Otwell's avatar Taylor Otwell

Remove extra semicolon.

parent 313abe62
...@@ -23,7 +23,7 @@ class Kernel extends ConsoleKernel { ...@@ -23,7 +23,7 @@ class Kernel extends ConsoleKernel {
*/ */
protected function schedule(Schedule $schedule) protected function schedule(Schedule $schedule)
{ {
$schedule->artisan('inspire'); $schedule->artisan('inspire')
->hourly(); ->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