Commit d4b32418 authored by Igor Wiedler's avatar Igor Wiedler

rename {Validation => Validator}Extension

parent 34f893c9
...@@ -19,7 +19,7 @@ use Symfony\Component\Validator\Mapping\ClassMetadataFactory; ...@@ -19,7 +19,7 @@ use Symfony\Component\Validator\Mapping\ClassMetadataFactory;
use Symfony\Component\Validator\Mapping\Loader\StaticMethodLoader; use Symfony\Component\Validator\Mapping\Loader\StaticMethodLoader;
use Symfony\Component\Validator\ConstraintValidatorFactory; use Symfony\Component\Validator\ConstraintValidatorFactory;
class ValidationExtension implements ExtensionInterface class ValidatorExtension implements ExtensionInterface
{ {
public function register(Application $app) public function register(Application $app)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment