From 53340ad389744d4da0a7589eda46bf2ab9b0b917 Mon Sep 17 00:00:00 2001 From: Mohamed Jinas Date: Mon, 28 Sep 2020 00:36:13 +0500 Subject: [PATCH] Update ThiladhunScraper.php --- app/Services/Scrapers/ThiladhunScraper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Scrapers/ThiladhunScraper.php b/app/Services/Scrapers/ThiladhunScraper.php index dac2826..e448ab1 100644 --- a/app/Services/Scrapers/ThiladhunScraper.php +++ b/app/Services/Scrapers/ThiladhunScraper.php @@ -58,7 +58,7 @@ class ThiladhunScraper return [ - 'service' => 'Thiladhun News', + 'source' => 'Thiladhun News', 'title' => $this->title, 'og_title' => str_replace(" | Thiladhun", "", $crawler->filter('title')->first()->text('content')), 'image' => $this->image,