fix sf4 deprecated: improve relying AuthorizationHelper service

This commit is contained in:
2020-07-23 12:51:07 +02:00
parent 137294d8b8
commit a812a0c132
2 changed files with 12 additions and 2 deletions

View File

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