fixed typo

This commit is contained in:
Fabien Potencier 2015-01-03 21:59:06 +01:00
parent 54d39518db
commit f14c7ca625

View File

@ -25,7 +25,7 @@ class ExpressionLanguage extends BaseExpressionLanguage
{
public function __construct(ParserCacheInterface $cache = null, array $providers = array())
{
// prepend the default provider to let users overide it easily
// prepend the default provider to let users override it easily
array_unshift($providers, new ExpressionLanguageProvider());
parent::__construct($cache, $providers);