Add support for rebuilding servers from the console.
This commit is contained in:
parent
9a803e61ec
commit
9a581ef536
2 changed files with 123 additions and 0 deletions
|
@ -24,6 +24,7 @@ class Kernel extends ConsoleKernel
|
|||
\Pterodactyl\Console\Commands\CleanServiceBackup::class,
|
||||
\Pterodactyl\Console\Commands\AddNode::class,
|
||||
\Pterodactyl\Console\Commands\AddLocation::class,
|
||||
\Pterodactyl\Console\Commands\RebuildServer::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue