fix: Update beforeSave hook in CDokumente to ensure hash calculation on file changes; adjust microtime values in state file

This commit is contained in:
2026-03-03 09:57:22 +01:00
parent 22ac828747
commit 6696f3f3c2
2 changed files with 7 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<?php
return [
'cacheTimestamp' => 1772523049,
'microtimeState' => 1772523049.722855,
'cacheTimestamp' => 1772528140,
'microtimeState' => 1772528140.645177,
'currencyRates' => [
'EUR' => 1.0
],