Use real command name.

This commit is contained in:
Taylor Otwell 2014-11-18 23:12:28 -06:00
parent 71a8e00f26
commit 313abe624d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Kernel extends ConsoleKernel {
*/
protected function schedule(Schedule $schedule)
{
$schedule->artisan('foo')
$schedule->artisan('inspire');
->hourly();
}