fix sf4 deprecated: improve relying AuthorizationHelper service

This commit is contained in:
2020-07-23 12:51:07 +02:00
parent 5f8037433d
commit 3d1a12dc8b
2 changed files with 11 additions and 2 deletions

View File

@@ -2,4 +2,5 @@ services:
Chill\ActivityBundle\Controller\ActivityController:
arguments:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
tags: ['controller.service_arguments']