Skip to content

Commit f1218af

Browse files
committed
fixed
1 parent 96f1cec commit f1218af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/CacheResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function () use ($request, $next, $resolveMinutes) {
8181

8282
$this->cache_expire_at = $responseCache['cacheExpireAt'];
8383

84-
return $responseCache
84+
return $responseCache;
8585
}
8686

8787
/**

0 commit comments

Comments
 (0)