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 d886ed6 commit 8327cc8Copy full SHA for 8327cc8
src/Listener/ReloadDotenvListener.php
@@ -19,7 +19,7 @@
19
20
final class ReloadDotenvListener implements ListenerInterface
21
{
22
- public function __construct(protected ContainerInterface $container)
+ public function __construct(private ContainerInterface $container)
23
24
}
25
0 commit comments