Update Kernel.php

This commit is contained in:
MsFoued 2016-11-20 16:37:35 +01:00 committed by GitHub
parent 56556bf05e
commit 1103e69304
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class Kernel extends ConsoleKernel
*/
protected $commands = [
Commands\Install::class,
Commands\CreateDatabase::class,
];
/**