Tweak how console commands are registered.

This commit is contained in:
Taylor Otwell
2014-10-21 10:27:26 -05:00
parent ec9edec9a2
commit 9aed9debca
6 changed files with 11 additions and 39 deletions

View File

@@ -5,6 +5,15 @@ use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
class Kernel extends ConsoleKernel {
/**
* The Artisan commands provided by your application.
*
* @var array
*/
protected $commands = [
'App\Console\Commands\InspireCommand',
];
/**
* Run the console application.
*