Commit 34f893c9 authored by Igor Wiedler's avatar Igor Wiedler

rename validation.class_path to validator.class_path

parent 74385506
......@@ -38,8 +38,8 @@ class ValidationExtension implements ExtensionInterface
return new ConstraintValidatorFactory();
});
if (isset($app['validation.class_path'])) {
$app['autoloader']->registerNamespace('Symfony\\Component\\Validator', $app['validation.class_path']);
if (isset($app['validator.class_path'])) {
$app['autoloader']->registerNamespace('Symfony\\Component\\Validator', $app['validator.class_path']);
}
}
}
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