mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 05:33:34 +03:00
Fix typo in PaginationResponse: getFistUrl
(#269)
This commit is contained in:
parent
1613843c7e
commit
01e0c33ee8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ trait PaginationResponse
|
|||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getFistUrl()
|
||||
public function getFirstUrl()
|
||||
{
|
||||
if (!isset($this->paging['first'])) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue