Wizard files added

This commit is contained in:
cuneytsenturk
2018-10-23 18:47:55 +03:00
parent 82a9b7dc8c
commit 97f43a0930
33 changed files with 1335 additions and 15 deletions

View File

@ -157,7 +157,7 @@ class Installer
try {
DB::connection('install_test')->getPdo();
} catch (\Exception $e) {;
} catch (\Exception $e) {
return false;
}