Merge branch '111_exports_suite' of gitlab.com:Chill-Projet/chill-bundles into 111_exports_suite

This commit is contained in:
Mathieu Jaumotte 2022-09-08 12:50:34 +02:00
commit 307280f595

View File

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