Add support for rebuilding servers from the console.

This commit is contained in:
Dane Everitt 2017-03-18 15:26:08 -04:00
parent 9a803e61ec
commit 9a581ef536
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 123 additions and 0 deletions

View file

@ -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,
];
/**