Fix typo in PaginationResponse: getFistUrl (#269)

This commit is contained in:
Sean Johnson 2017-01-27 18:13:39 -06:00 committed by GitHub
parent 1613843c7e
commit 01e0c33ee8

View File

@ -46,7 +46,7 @@ trait PaginationResponse
/**
* @return string
*/
public function getFistUrl()
public function getFirstUrl()
{
if (!isset($this->paging['first'])) {
return;