Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Feb 21, 2021
1 parent feba81b commit 7dcfb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventSubscriber/AssetsSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AssetsSubscriber implements EventSubscriberInterface

public function __construct(Config $config, InstallService $installer)
{
$this->config = $config;
$this->config = $config;
$this->installer = $installer;
}

Expand Down

0 comments on commit 7dcfb72

Please sign in to comment.