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

@@ -3,7 +3,6 @@
namespace Espo\Custom\Hooks\CDokumente; namespace Espo\Custom\Hooks\CDokumente;
use Espo\ORM\Entity; use Espo\ORM\Entity;
use Espo\Core\Utils\Util;
class CDokumente extends \Espo\Core\Hooks\Base class CDokumente extends \Espo\Core\Hooks\Base
{ {

View File

@@ -358,7 +358,7 @@ return [
0 => 'youtube.com', 0 => 'youtube.com',
1 => 'google.com' 1 => 'google.com'
], ],
'microtime' => 1772522649.082819, 'microtime' => 1772522818.173883,
'siteUrl' => 'https://crm.bitbylaw.com', 'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4, 'fullTextSearchMinLength' => 4,
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws', 'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',

View File

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