Skip to content

Commit 7dcfb72

Browse files
committed
Fix CS
1 parent feba81b commit 7dcfb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventSubscriber/AssetsSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class AssetsSubscriber implements EventSubscriberInterface
2424

2525
public function __construct(Config $config, InstallService $installer)
2626
{
27-
$this->config = $config;
27+
$this->config = $config;
2828
$this->installer = $installer;
2929
}
3030

0 commit comments

Comments
 (0)