Skip to content

Commit be64ca2

Browse files
committed
Rename defer key
1 parent 7d511ce commit be64ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Cache/Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ public function flexible($key, $ttl, $callback, $lock = null)
519519
});
520520
};
521521

522-
defer($refresh, "illuminate:cache:refresh:{$key}");
522+
defer($refresh, "illuminate:cache:flexible:{$key}");
523523

524524
return $value;
525525
}

0 commit comments

Comments
 (0)