mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +03:00
Fix typo in PaginationResponse: getFistUrl
(#269)
This commit is contained in:
parent
1613843c7e
commit
01e0c33ee8
@ -46,7 +46,7 @@ trait PaginationResponse
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getFistUrl()
|
||||
public function getFirstUrl()
|
||||
{
|
||||
if (!isset($this->paging['first'])) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user