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