Remove article limit
This commit is contained in:
parent
948bca3f0a
commit
4162c23717
1 changed files with 1 additions and 2 deletions
|
|
@ -26,7 +26,6 @@ private static function fetchArticles(): Collection
|
||||||
|
|
||||||
$urls = collect($matches[1] ?? [])
|
$urls = collect($matches[1] ?? [])
|
||||||
->unique()
|
->unique()
|
||||||
->take(10) // Limit to 10 articles
|
|
||||||
->map(fn ($path) => 'https://www.vrt.be' . $path)
|
->map(fn ($path) => 'https://www.vrt.be' . $path)
|
||||||
->toArray();
|
->toArray();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue