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 @@