Skip to content

Commit feba81b

Browse files
committed
Set installer property in AssetsSubscriber
Fixes PHPSTAN error Access to an undefined property $installer
1 parent 65b96cd commit feba81b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

EventSubscriber/AssetsSubscriber.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ class AssetsSubscriber implements EventSubscriberInterface
1717
*/
1818
private $config;
1919

20+
/**
21+
* @var InstallService
22+
*/
23+
private $installer;
24+
2025
public function __construct(Config $config, InstallService $installer)
2126
{
2227
$this->config = $config;

0 commit comments

Comments
 (0)