Update MihaaruService.php
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user