update config to set billingSrv callable
This commit is contained in:
parent
488017579f
commit
8578b07f7e
|
@ -1,6 +1,7 @@
|
||||||
services:
|
services:
|
||||||
Bluesquare\BillingBundle\Service\:
|
Bluesquare\BillingBundle\Service\:
|
||||||
resource: "../../Service/*"
|
resource: "../../Service/*"
|
||||||
|
public: true
|
||||||
arguments:
|
arguments:
|
||||||
$container: "@service_container"
|
$container: "@service_container"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue