We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7e895 commit f74c2b8Copy full SHA for f74c2b8
src/Resources/Resource.php
@@ -28,7 +28,7 @@ function () use ($data) {
28
yield $result;
29
}
30
$page++;
31
- } while (array_key_exists('next_page_url',$response) && $response['next_page_url'] !== null);
+ } while (array_key_exists('next_page_url', $response) && $response['next_page_url'] !== null);
32
33
)->all();
34
0 commit comments