Fixed minor typo - override

This commit is contained in:
mmoreram 2015-01-03 19:59:26 +01:00 committed by Fabien Potencier
parent 45547519ae
commit 77c10e0363

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);