mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
add actionRender in construct, it was missing
This commit is contained in:
parent
1dcff2f23c
commit
712c7bc492
@ -29,6 +29,7 @@ final class ActionTypeAggregator implements AggregatorInterface
|
|||||||
SocialActionRender $actionRender
|
SocialActionRender $actionRender
|
||||||
) {
|
) {
|
||||||
$this->socialActionRepository = $socialActionRepository;
|
$this->socialActionRepository = $socialActionRepository;
|
||||||
|
$this->actionRender = $actionRender;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function addRole(): ?string
|
public function addRole(): ?string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user