try to debug configuration
This commit is contained in:
parent
ae6f621bf5
commit
f71c5da2c0
|
@ -2,10 +2,7 @@ services:
|
||||||
Bluesquare\BillingBundle\Service\:
|
Bluesquare\BillingBundle\Service\:
|
||||||
resource: "../../Service/*"
|
resource: "../../Service/*"
|
||||||
public: true
|
public: true
|
||||||
arguments:
|
arguments: ["@service_container","@doctrine.orm.entity_manager",'%kernel.environment%']
|
||||||
$container: "@service_container",
|
|
||||||
$manager: "@doctrine.orm.entity_manager",
|
|
||||||
$env: '%kernel.environment%'
|
|
||||||
|
|
||||||
Bluesquare\BillingBundle\Controller\:
|
Bluesquare\BillingBundle\Controller\:
|
||||||
resource: "../../Controller/*"
|
resource: "../../Controller/*"
|
||||||
|
|
Loading…
Reference in New Issue