mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
refactor: replace ui function components with class components + fix
soundbites js
This commit is contained in:
parent
5413d09737
commit
746b518789
60 changed files with 542 additions and 1570 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue