try to debug configuration

This commit is contained in:
Cyprian Beauvois 2019-09-17 12:14:10 +02:00
parent ae6f621bf5
commit f71c5da2c0
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@ services:
Bluesquare\BillingBundle\Service\:
resource: "../../Service/*"
public: true
arguments:
$container: "@service_container",
$manager: "@doctrine.orm.entity_manager",
$env: '%kernel.environment%'
arguments: ["@service_container","@doctrine.orm.entity_manager",'%kernel.environment%']
Bluesquare\BillingBundle\Controller\:
resource: "../../Controller/*"