Merge branch 'master' into develop

This commit is contained in:
Dane Everitt
2019-12-28 11:49:08 -08:00
15 changed files with 140 additions and 21 deletions

View File

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