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 61abea0 commit 5717d7aCopy full SHA for 5717d7a
src/Traits/HasCaching.php
@@ -63,7 +63,6 @@ public function bootHasCaching(PendingRequest $pendingRequest): void
63
64
$pendingRequest->middleware()->onRequest(
65
callable: new CacheMiddleware($cacheDriver, $cacheExpiryInSeconds, $this->cacheKey($pendingRequest), $this->invalidateCache),
66
- name: 'cacheMiddleware',
67
);
68
}
69
0 commit comments