Add email setup command to artisan
This commit is contained in:
parent
16cfdf14f9
commit
4917105a99
3 changed files with 155 additions and 0 deletions
app/Console
|
@ -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,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue