update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user