Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Jan 13, 2021
1 parent 07e396e commit 471b190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/Twig/AppExtension.php
Expand Up @@ -65,7 +65,7 @@ public function getFilters()
new TwigFilter('html_entity_decode', 'html_entity_decode'),
new TwigFilter('slugify', [(new Slugify()), 'slugify']),
new TwigFilter('preg_replace', [self::class, 'pregReplace']),
new TwigFunction('nice_punctuation', [HtmlBeautifer::class, 'punctuationBeautifer'], self::options()),
new TwigFilter('nice_punctuation', [HtmlBeautifer::class, 'punctuationBeautifer']),
];
}

Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton/var/page-scan

Large diffs are not rendered by default.

0 comments on commit 471b190

Please sign in to comment.