This commit is contained in:
Jellyfrog
2022-11-09 16:33:43 +01:00
parent 0d465ebaaf
commit cf5ed4fb51
14 changed files with 20 additions and 18 deletions
@@ -126,7 +126,7 @@ class InstallationController extends Controller
$db['port'] ?? 3306,
$db['socket'] ?? null
);
config(['database.default', $this->connection]);
config('database.default', $this->connection);
}
}