Skip to content

Commit

Permalink
fix Utility
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrasser committed Dec 6, 2024
1 parent fbd6d0a commit c6baa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Twig/UtilityTwig.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static function getTwigEnvironment(
$twigLoaderFilesystem,
[
'debug' => $debug,
'cache' => self::$cache,
'cache' => self::$cache ?? false,
]
);

Expand Down

0 comments on commit c6baa65

Please sign in to comment.