We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb127a4 commit dbd4e87Copy full SHA for dbd4e87
ExpressionLanguageProvider.php
@@ -45,7 +45,7 @@ public function getFunctions(): array
45
46
new ExpressionFunction('env', fn ($arg) => sprintf('$container->getEnv(%s)', $arg), function (array $variables, $value) {
47
if (!$this->getEnv) {
48
- throw new LogicException('You need to pass a getEnv closure to the expression langage provider to use the "env" function.');
+ throw new LogicException('You need to pass a getEnv closure to the expression language provider to use the "env" function.');
49
}
50
51
return ($this->getEnv)($value);
0 commit comments