diff --git a/app/Services/ThiladhunService.php b/app/Services/ThiladhunService.php index d0fd604..32c798b 100644 --- a/app/Services/ThiladhunService.php +++ b/app/Services/ThiladhunService.php @@ -15,7 +15,7 @@ class ThiladhunService extends Client { //Return only the rss that contains "news" keyboard in its url $articles = $this->get("https://thiladhun.com/feed")["channel"]["item"]; - + $articlesitems = []; //Looping through the articles and scraping and while scraping it creates a new instance of the scraper. foreach ($articles as $article) {