add debug to try/catch block Controller

This commit is contained in:
Cyprian Beauvois 2019-07-16 16:10:16 +02:00
parent b282287d23
commit 1003147000
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
Bluesquare\BillingBundle\Controller\:
resource: "../../Controller/*"
tags: ['controller.service_arguments']
arguments:
$container: "@service_container"
$logger: "@logger"