Skip to content

Commit

Permalink
Update PurifyServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman authored Nov 18, 2023
1 parent 0d39f3f commit 2662c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PurifyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function register()
// We must autoload the cache manually due to an issue
// with the root HTMLPurifier repository. Once this
// issue has been resolved, we may remove this.
// See: https://github.com/ezyang/htmlpurifier/pull/364
spl_autoload_call($cache);

HTMLPurifier_DefinitionCacheFactory::instance()->register($cache, $cache);
Expand Down

0 comments on commit 2662c8b

Please sign in to comment.