Tweaked command kernel

This commit is contained in:
Graham Campbell
2015-10-06 16:24:51 +01:00
parent 715adda424
commit 814fcd844c

View File

@@ -11,6 +11,7 @@
namespace CachetHQ\Cachet\Console;
use CachetHQ\Cachet\Console\Commands\DemoSeederCommand;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
@@ -22,7 +23,7 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
'CachetHQ\Cachet\Console\Commands\DemoSeederCommand',
DemoSeederCommand::class,
];
/**