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 0d0d725 commit 1ea6454Copy full SHA for 1ea6454
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