Add support for creating node through CLI.

This commit is contained in:
Dane Everitt 2017-01-13 23:10:42 -05:00
parent b71604566e
commit d1e5253ca1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 115 additions and 1 deletions

View file

@ -22,6 +22,7 @@ class Kernel extends ConsoleKernel
\Pterodactyl\Console\Commands\ClearServices::class,
\Pterodactyl\Console\Commands\UpdateEmailSettings::class,
\Pterodactyl\Console\Commands\CleanServiceBackup::class,
\Pterodactyl\Console\Commands\AddNode::class,
];
/**