You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->output->comment('The timezone should match one of PHP\'s supported timezones. If you are unsure, please reference https://php.net/manual/en/timezones.php.');
$this->output->error(sprintf('Unable to connect to the MySQL server using the provided credentials. The error returned was "%s".', $exception->getMessage()));
77
76
$this->output->error('Your connection credentials have NOT been saved. You will need to provide valid connection information before proceeding.');
Copy file name to clipboardexpand all lines: app/Console/Commands/UpgradeCommand.php
+1-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
3
3
namespacePterodactyl\Console\Commands;
4
4
5
-
useClosure;
6
5
useIlluminate\Console\Command;
7
6
usePterodactyl\Console\Kernel;
8
7
useSymfony\Component\Process\Process;
@@ -177,7 +176,7 @@ public function handle()
177
176
$this->info('Panel has been successfully upgraded. Please ensure you also update any Wings instances: https://pterodactyl.io/wings/1.0/upgrading.html');
0 commit comments