Update MihaaruService.php

This commit is contained in:
2020-08-11 20:22:07 +05:00
parent a0c10b29b6
commit be66690453

View File

@@ -25,8 +25,7 @@ class MihaaruService extends Client
foreach ($articles as $article) {
$link = $article['link'];
$date = $article['pubDate'];
$guid = $article['guid'];
$articlesitems[] = (new MihaaruScraper)->extract($link, $date, $guid);
$articlesitems[] = (new MihaaruScraper)->extract($link, $date);
}
return $articlesitems;