Skip to content

Commit f58eb5e

Browse files
committed
fix: corrected cachebust
1 parent 76f28a9 commit f58eb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/php/Helper/CacheBust.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class CacheBust
1212
public function name($name)
1313
{
1414
$jsonPath = MODULARITYFRONTENDACFFORM_PATH . apply_filters(
15-
'LikePosts/Helper/CacheBust/RevManifestPath',
15+
'ModularityFrontendAcfForm/Helper/CacheBust/RevManifestPath',
1616
'dist/manifest.json'
1717
);
1818

0 commit comments

Comments
 (0)