Skip to content

Commit c77429c

Browse files
committed
Added purifier_cache_location to methodsToCall array.
1 parent 0f0176a commit c77429c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DependencyInjection/CaxyHtmlDiffExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ protected function loadHtmlDiffConfig(array $config, ContainerBuilder $container
7878
'insert_space_in_replace' => 'setInsertSpaceInReplace',
7979
'match_threshold' => 'setMatchThreshold',
8080
'use_table_diffing' => 'setUseTableDiffing',
81+
'purifier_cache_location' => 'setPurifierCacheLocation',
8182
);
8283

8384
foreach ($methodsToCall as $key => $methodName) {

0 commit comments

Comments
 (0)