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.
2 parents 691abba + 8a7a923 commit b0f6bb6Copy full SHA for b0f6bb6
app/Trending.php
@@ -35,7 +35,7 @@ public function push($thread)
35
{
36
Redis::zincrby($this->cacheKey(), 1, json_encode([
37
'title' => $thread->title,
38
- 'path' => $thread->path()
+ 'path' => $thread->path(),
39
]));
40
}
41
0 commit comments