Skip to content

Commit

Permalink
Merge pull request #42 from samwilson/restore-photosLicenses
Browse files Browse the repository at this point in the history
Restore non-typo verso of PhpFLickr::photosLicenses()
  • Loading branch information
samwilson authored Aug 12, 2020
2 parents 39ed826 + d935470 commit 30026af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/PhpFlickr.php
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,15 @@ public function photosGeo()
return new PhotosGeoApi($this);
}

/**
* @deprecated
*/
public function photoLicenses()
{
return $this->photosLicenses();
}

public function photosLicenses()
{
return new PhotosLicensesApi($this);
}
Expand Down

0 comments on commit 30026af

Please sign in to comment.