From 1ac10ae752c0a2a252cd7894cac3dbcede92569f Mon Sep 17 00:00:00 2001 From: Maxime Renou Date: Wed, 20 Feb 2019 10:34:43 +0100 Subject: [PATCH] C plu bo komsa --- ValidatorBundle/Ressources/config/services.yaml | 4 ++-- ValidatorBundle/{Services => }/Validator.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename ValidatorBundle/{Services => }/Validator.php (99%) diff --git a/ValidatorBundle/Ressources/config/services.yaml b/ValidatorBundle/Ressources/config/services.yaml index cd3ba03..59fb1c7 100644 --- a/ValidatorBundle/Ressources/config/services.yaml +++ b/ValidatorBundle/Ressources/config/services.yaml @@ -1,7 +1,7 @@ services: bluesquare.validator: - class: Bluesquare\ValidatorBundle\Services\Validator + class: Bluesquare\ValidatorBundle\Validator autowire: true public: true arguments: ['@request_stack', '@translator.data_collector'] - Bluesquare\ValidatorBundle\Services\Validator: '@bluesquare.validator' + Bluesquare\ValidatorBundle\Validator: '@bluesquare.validator' diff --git a/ValidatorBundle/Services/Validator.php b/ValidatorBundle/Validator.php similarity index 99% rename from ValidatorBundle/Services/Validator.php rename to ValidatorBundle/Validator.php index a2432fa..d3cdb14 100644 --- a/ValidatorBundle/Services/Validator.php +++ b/ValidatorBundle/Validator.php @@ -1,6 +1,6 @@