fix: Remove unused Util import in CDokumente hook; update microtime values in config and state files

This commit is contained in:
2026-03-03 09:55:29 +01:00
parent 752969ec39
commit 22ac828747
3 changed files with 3 additions and 4 deletions

View File

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