refactor: replace ui function components with class components + fix

soundbites js
This commit is contained in:
Yassine Doghri 2021-09-20 15:45:38 +00:00
commit 746b518789
60 changed files with 542 additions and 1570 deletions

View file

@ -130,7 +130,7 @@ class InstallController extends Controller
session()
->setFlashdata('error', lang('Install.messages.databaseConnectError'));
return view('database_config');
return $this->databaseConfig();
}
// migrate if no user has been created