Add command line ability to create user
This commit is contained in:
parent
8613e05a72
commit
d14b9ff83c
2 changed files with 62 additions and 0 deletions
|
@ -14,6 +14,7 @@ class Kernel extends ConsoleKernel
|
|||
*/
|
||||
protected $commands = [
|
||||
\Pterodactyl\Console\Commands\Inspire::class,
|
||||
\Pterodactyl\Console\Commands\MakeUser::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue