Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v0.7'
Browse files Browse the repository at this point in the history
* origin/v0.7:
  Fix configuration of ExpressionLanguage cache
  • Loading branch information
enumag committed Sep 30, 2016
2 parents 6a72138 + ba6aae9 commit 07b01f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/DI/DoctrineExtension.php
Expand Up @@ -145,7 +145,12 @@ function ($originalService) use ($builder) {
->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 07b01f2

Please sign in to comment.