Skip to content

Commit 0f95e07

Browse files
brzuchaljaviereguiluz
authored andcommitted
Require preprocessor env name fix used in PHP snippet
1 parent 704e39a commit 0f95e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/env_var_processors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Symfony provides the following env var processors:
394394
// config/packages/framework.php
395395
$container->setParameter('env(PHP_FILE)', '../config/.runtime-evaluated.php');
396396
$container->loadFromExtension('app', [
397-
'auth' => '%env(require:AUTH_FILE)%',
397+
'auth' => '%env(require:PHP_FILE)%',
398398
]);
399399
400400
.. versionadded:: 4.3

0 commit comments

Comments
 (0)