Add command line ability to create user

This commit is contained in:
Dane Everitt 2016-01-16 21:42:46 -05:00
parent 8613e05a72
commit d14b9ff83c
2 changed files with 62 additions and 0 deletions

View file

@ -14,6 +14,7 @@ class Kernel extends ConsoleKernel
*/
protected $commands = [
\Pterodactyl\Console\Commands\Inspire::class,
\Pterodactyl\Console\Commands\MakeUser::class,
];
/**