Skip to content

Commit 30026af

Browse files
authored
Merge pull request #42 from samwilson/restore-photosLicenses
Restore non-typo verso of PhpFLickr::photosLicenses()
2 parents 39ed826 + d935470 commit 30026af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/PhpFlickr.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,7 +2406,15 @@ public function photosGeo()
24062406
return new PhotosGeoApi($this);
24072407
}
24082408

2409+
/**
2410+
* @deprecated
2411+
*/
24092412
public function photoLicenses()
2413+
{
2414+
return $this->photosLicenses();
2415+
}
2416+
2417+
public function photosLicenses()
24102418
{
24112419
return new PhotosLicensesApi($this);
24122420
}

0 commit comments

Comments
 (0)