Update TodaysPick.php

This commit is contained in:
2020-08-20 04:22:43 +05:00
parent 4e29aa6780
commit 97c5b2dc55

View File

@@ -36,7 +36,6 @@ class TodaysPick extends Controller
"source" => $article->source,
"topics" => $article->topics,
"body" => $article->body,
"guid" => $article->guid
];
})
->unique('source.name')