Update MicroCaching.php

This commit is contained in:
Irfan 2024-11-13 21:50:31 +05:00
parent 45cb4f0659
commit b8a24dc144

View File

@ -66,7 +66,6 @@ class MicroCaching
if (Cache::has($fingerprint)) { if (Cache::has($fingerprint)) {
$response = \json_decode(Cache::get($fingerprint), true); $response = \json_decode(Cache::get($fingerprint), true);
unset($response['meta']); unset($response['meta']);
unset($response['links']); unset($response['links']);