Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit ff0e7e3

Browse files
committed
Fixed fatal error for < 1.26 twig version
1 parent 4bbd74e commit ff0e7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Twig/CacheExtension/Extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function getName()
5050
if (version_compare(\Twig_Environment::VERSION, '1.26.0', '>=')) {
5151
return get_class($this);
5252
}
53-
return 'asm89_cache';
53+
return 'phpfastcache_cache';
5454
}
5555

5656
/**

0 commit comments

Comments
 (0)