From d6b64e85c3184bb2094b68f85beeffeb557d9e7c Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Mon, 18 Feb 2019 18:21:38 +0100 Subject: [PATCH] test --- composer.json | 2 +- config/services.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 99e0b42..3980cd7 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "autoload": { "psr-4": { - "Bluesquare\\": "./src/" + "Bluesquare\\": "src/" } } } diff --git a/config/services.yaml b/config/services.yaml index 7eefbc0..3528abc 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -4,4 +4,4 @@ services: autoconfigure: true Bluesquare\Validator: class: Bluesquare\Validator - arguments: ['@request_stack', '@translator_interface'] + arguments: ['@request_stack'']