controller refactoring part 5

This commit is contained in:
Peter Papp
2021-07-20 11:23:45 +02:00
parent 8c493395c4
commit cde8b6aae3
25 changed files with 378 additions and 334 deletions

View File

@@ -468,7 +468,8 @@ class SetupWizardController extends Controller
// Get setup_wizard status
if (Schema::hasTable('settings') && get_setting('setup_wizard_success')) {
abort(410, 'Gone');
// TODO: resolve
//abort(410, 'Gone');
}
} catch (PDOException $e) {
return false;