We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f1cec commit f1218afCopy full SHA for f1218af
src/Middleware/CacheResponse.php
@@ -81,7 +81,7 @@ function () use ($request, $next, $resolveMinutes) {
81
82
$this->cache_expire_at = $responseCache['cacheExpireAt'];
83
84
- return $responseCache
+ return $responseCache;
85
}
86
87
/**
0 commit comments