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 63a4b5c commit dd79ad8Copy full SHA for dd79ad8
src/TwigComponent/src/Twig/TwigEnvironmentConfigurator.php
@@ -7,9 +7,11 @@
7
8
class TwigEnvironmentConfigurator
9
{
10
+ private EnvironmentConfigurator $decorated;
11
public function __construct(
- private readonly EnvironmentConfigurator $decorated
12
+ EnvironmentConfigurator $decorated
13
) {
14
+ $this->decorated = $decorated;
15
}
16
17
public function configure(Environment $environment): void
0 commit comments