We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a5f9b4 + be71808 commit 96f0c64Copy full SHA for 96f0c64
src/PhotosApi.php
@@ -94,7 +94,7 @@ public function delete($photoId)
94
*/
95
public function getAllContexts($photoId)
96
{
97
- return $this->request('flickr.photos.getAllContexts', ['photo_id' => $photoId]);
+ return $this->flickr->request('flickr.photos.getAllContexts', ['photo_id' => $photoId]);
98
}
99
100
/**
0 commit comments