diff --git a/src/Classes/Helpers/TemplateHelper.php b/src/Classes/Helpers/TemplateHelper.php index efe3bb26..a2444665 100644 --- a/src/Classes/Helpers/TemplateHelper.php +++ b/src/Classes/Helpers/TemplateHelper.php @@ -28,7 +28,7 @@ public static function loadStyleSheet(string $stylesheetPath): string $attributes = [ 'rel' => 'stylesheet', 'type' => 'text/css', - 'href' => $stylesheetPath . '?v=' . hash('crc32', $absPath), + 'href' => $stylesheetPath . '?v=' . hash_file('crc32', $absPath), ]; $attributesToString = [];