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 feba81b commit 7dcfb72Copy full SHA for 7dcfb72
EventSubscriber/AssetsSubscriber.php
@@ -24,7 +24,7 @@ class AssetsSubscriber implements EventSubscriberInterface
24
25
public function __construct(Config $config, InstallService $installer)
26
{
27
- $this->config = $config;
+ $this->config = $config;
28
$this->installer = $installer;
29
}
30
0 commit comments