We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5639cc0 commit 8f600dbCopy full SHA for 8f600db
1 file changed
bundle/NetgenSiteBundle.php
@@ -26,8 +26,6 @@ public function build(ContainerBuilder $container): void
26
27
public function getContainerExtension(): ExtensionInterface
28
{
29
- $this->extension ??= new NetgenSiteExtension();
30
-
31
- return $this->extension;
+ return $this->extension ??= new NetgenSiteExtension();
32
}
33
0 commit comments