connection storage implementation

This commit is contained in:
shimon
2024-08-12 21:37:32 +03:00
parent 61101050a7
commit 233be2a034
2 changed files with 0 additions and 9 deletions
-2
View File
@@ -420,8 +420,6 @@ App::init()
$data = $cache->load($key, $timestamp);
if (! empty($data) && ! $cacheLog->isEmpty()) {
var_dump('cache log');
var_dump($cacheLog);
$parts = explode('/', $cacheLog->getAttribute('resourceType'));
$type = $parts[0] ?? null;