This commit is contained in:
2021-01-04 14:48:36 +05:00
parent 421b447e44
commit 3933e06fa0
2 changed files with 1 additions and 2 deletions

View File

@@ -43,7 +43,6 @@ class ScrapeFeshunCommand extends Command
$source = Source::where('slug', 'feshun')->first();
$articles = (new FeshunService)->scrape();
foreach ($articles as $article) {
// Attach the relationship between source and article and return the curren article instance