Refactor CDokumente service to use dependency injection for FileStorageManager and FileManager; update microtime values in config and state files

This commit is contained in:
2026-03-23 20:40:11 +01:00
parent 22665948e4
commit 672645673f
3 changed files with 18 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<?php
return [
'cacheTimestamp' => 1774294521,
'microtimeState' => 1774294521.399129,
'cacheTimestamp' => 1774294800,
'microtimeState' => 1774294800.291216,
'currencyRates' => [
'EUR' => 1.0
],