Skip to content

Commit 76f7293

Browse files
chore(deps): bump the production-dependencies group with 4 updates (#3845)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 695ec86 commit 76f7293

File tree

2 files changed

+229
-216
lines changed

2 files changed

+229
-216
lines changed

app/Http/Controllers/Install/EnvController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function view(Request $request): View
3030
if ($request->has('envConfig')) {
3131
// @codeCoverageIgnoreStart
3232
// We are not testing this as this would break the tests.
33-
$env = str_replace("\r", '', $request->get('envConfig'));
33+
$env = str_replace("\r", '', $request->attributes->get('envConfig'));
3434
file_put_contents(base_path('.env'), $env, LOCK_EX);
3535
$exists = true;
3636
// @codeCoverageIgnoreEnd

0 commit comments

Comments
 (0)