Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop

This commit is contained in:
Dane Everitt 2019-08-17 11:40:54 -07:00
commit 952dff854e
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -131,7 +131,7 @@ class DatabaseController extends Controller
sprintf('There was an error while trying to connect to the host or while executing a query: "%s"', $exception->getMessage()) sprintf('There was an error while trying to connect to the host or while executing a query: "%s"', $exception->getMessage())
)->flash(); )->flash();
redirect()->route('admin.databases')->withInput($request->validated()); return redirect()->route('admin.databases')->withInput($request->validated());
} else { } else {
throw $exception; throw $exception;
} }