From 7b8ac5d736822b43d2d2781ecdf6ed98aab64f92 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Tue, 16 Jul 2019 14:59:11 +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 523f098..ae8b395 100644 --- a/BillingBundle/Resources/config/services.yaml +++ b/BillingBundle/Resources/config/services.yaml @@ -1,5 +1,5 @@ services: - Bluesquare\BillingBundle: + Bluesquare\BillingBundle\: resource: "../../Service/*" arguments: $container: "@service_container"