Skip to content

Commit

Permalink
Fix configuration of ExpressionLanguage cache
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Sep 30, 2016
1 parent 1b866e9 commit ba6aae9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/DI/DoctrineExtension.php
Expand Up @@ -118,7 +118,12 @@ public function loadConfiguration()
->setFactory(
'Symfony\Bridge\Doctrine\ExpressionLanguage\DoctrineParserCache',
[
'cache' => Helpers::processCache($this, $config['expressionLanguageCache'], 'expressionLanguage', $config['debug']),
'cache' => Helpers::processCache(
$this,
$this->config['expressionLanguageCache'],
'expressionLanguage',
$this->config['debug']
),
]
);
}
Expand Down

0 comments on commit ba6aae9

Please sign in to comment.