update config to set billingSrv callable

This commit is contained in:
Cyprian Beauvois 2019-07-19 18:11:06 +02:00
parent 488017579f
commit 8578b07f7e
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
services:
Bluesquare\BillingBundle\Service\:
resource: "../../Service/*"
public: true
arguments:
$container: "@service_container"