Update TodaysPick.php
This commit is contained in:
@@ -36,7 +36,6 @@ class TodaysPick extends Controller
|
|||||||
"source" => $article->source,
|
"source" => $article->source,
|
||||||
"topics" => $article->topics,
|
"topics" => $article->topics,
|
||||||
"body" => $article->body,
|
"body" => $article->body,
|
||||||
"guid" => $article->guid
|
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
->unique('source.name')
|
->unique('source.name')
|
||||||
|
Reference in New Issue
Block a user