Skip to content

Commit 355ff41

Browse files
authored
Require preprocessor env name fix used in PHP snippet
1 parent 9cf5388 commit 355ff41

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
@@ -396,7 +396,7 @@ Symfony provides the following env var processors:
396396
// config/packages/framework.php
397397
$container->setParameter('env(PHP_FILE)', '../config/.runtime-evaluated.php');
398398
$container->loadFromExtension('app', [
399-
'auth' => '%env(require:AUTH_FILE)%',
399+
'auth' => '%env(require:PHP_FILE)%',
400400
]);
401401
402402
``env(trim:FOO)``

0 commit comments

Comments
 (0)