Skip to content

Commit

Permalink
Cache definition has been disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromm authored Aug 9, 2016
1 parent 5c76fb4 commit ee3c09e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/PurifierFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ class PurifierFilter extends AbstractFilter implements FilterInterface
* @var array
*/
protected $options = [
'purifier_config' => [],
'purifier_config' => [
'Cache.DefinitionImpl' => null,
],
];

/**
Expand Down

0 comments on commit ee3c09e

Please sign in to comment.