add actionRender in construct, it was missing

This commit is contained in:
Julie Lenaerts 2022-09-08 11:03:20 +02:00
parent 1dcff2f23c
commit 712c7bc492

View File

@ -29,6 +29,7 @@ final class ActionTypeAggregator implements AggregatorInterface
SocialActionRender $actionRender
) {
$this->socialActionRepository = $socialActionRepository;
$this->actionRender = $actionRender;
}
public function addRole(): ?string