Skip to content

Commit

Permalink
Update PexelsProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Dec 31, 2024
1 parent b78249f commit 8368a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Provider/PexelsProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class PexelsProvider extends AbstractProvider
{
protected string $apiUrl = 'https://api.pexels.com/v1/';
protected string $apiUrlVideos = 'https://api.pexels.com/videos/';
protected int $itemsPerPage = 80; // Maximum laut API-Dokumentation
protected int $itemsPerPage = 20; // Maximum laut API-Dokumentation

public function getName(): string
{
Expand Down

0 comments on commit 8368a20

Please sign in to comment.