add debug to try/catch block Controller

This commit is contained in:
2019-07-16 15:52:48 +02:00
parent a80d52d8ee
commit eac5a76a30
2 changed files with 9 additions and 7 deletions

View File

@@ -4,3 +4,9 @@ services:
arguments:
$container: "@service_container"
Bluesquare\Controller\:
resource: "../../Controller/*"
arguments:
$container: "@service_container"
$logger: "@logger"