Skip to content

Commit

Permalink
Shift console commands
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Sep 2, 2017
1 parent 80cf120 commit 7b5cc42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ protected function schedule(Schedule $schedule)
}

/**
* Register the Closure based commands for the application.
* Register the commands for the application.
*
* @return void
*/
protected function commands()
{
$this->load(__DIR__.'/Commands');

require base_path('routes/console.php');
}
}

0 comments on commit 7b5cc42

Please sign in to comment.