From 76ba485fb209212a9bf9fe035dce87e97b47b1b8 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Tue, 16 Jul 2019 14:59:50 +0200 Subject: [PATCH] dev push --- BillingBundle/Resources/config/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BillingBundle/Resources/config/services.yaml b/BillingBundle/Resources/config/services.yaml index ae8b395..6ea33ba 100644 --- a/BillingBundle/Resources/config/services.yaml +++ b/BillingBundle/Resources/config/services.yaml @@ -1,5 +1,5 @@ services: - Bluesquare\BillingBundle\: + Bluesquare\BillingBundle\Service\: resource: "../../Service/*" arguments: $container: "@service_container"