Add email setup command to artisan

This commit is contained in:
Dane Everitt 2016-09-20 19:33:32 -04:00
parent 16cfdf14f9
commit 4917105a99
3 changed files with 155 additions and 0 deletions
app/Console

View file

@ -19,6 +19,7 @@ class Kernel extends ConsoleKernel
\Pterodactyl\Console\Commands\UpdateEnvironment::class,
\Pterodactyl\Console\Commands\RunTasks::class,
\Pterodactyl\Console\Commands\ClearServices::class,
\Pterodactyl\Console\Commands\UpdateEmailSettings::class,
];
/**