Merge pull request #262 from MsFoued/patch-3

Update Kernel.php
This commit is contained in:
Dave Earley 2016-11-29 21:45:11 +00:00 committed by GitHub
commit b7d3f617ee
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,
];
/**