Commit e05cc948 authored by Fabien Potencier's avatar Fabien Potencier

fixed typo

parent 28d0cd7a
......@@ -39,7 +39,7 @@ class ValidationExtension implements ExtensionInterface
});
if (isset($app['validation.class_path'])) {
$app['autoloader']->registerNamespace('Symfony\\Component\\Validation', $app['validation.class_path']);
$app['autoloader']->registerNamespace('Symfony\\Component\\Validator', $app['validation.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