mirror of
https://github.com/flarum/core.git
synced 2025-07-29 04:30:56 +02:00
@@ -59,6 +59,7 @@ class InstallController implements ControllerInterface
|
||||
'username' => array_get($input, 'mysqlUsername'),
|
||||
'password' => array_get($input, 'mysqlPassword'),
|
||||
'prefix' => array_get($input, 'tablePrefix'),
|
||||
'port' => array_get($input, 'mysqlPort'),
|
||||
]);
|
||||
|
||||
$data->setAdminUser([
|
||||
|
Reference in New Issue
Block a user