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 6d97175 commit 2a4561bCopy full SHA for 2a4561b
src/Illuminate/Cache/FailoverStore.php
@@ -170,7 +170,7 @@ public function flush()
170
public function flushStaleTags()
171
{
172
foreach ($this->stores as $store) {
173
- if ($this->store($store) instanceof RedisStore) {
+ if ($this->store($store)->getStore() instanceof RedisStore) {
174
$this->store($store)->flushStaleTags();
175
176
break;
0 commit comments