mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
connection storage implementation
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user