undo links
This commit is contained in:
parent
b4e33bb37e
commit
3be8b1c4b9
@ -20,15 +20,15 @@ class CustomPaginatedResourceResponse extends PaginatedResourceResponse
|
||||
'last_page_url',
|
||||
'prev_page_url',
|
||||
'next_page_url',
|
||||
'links',
|
||||
// 'links',
|
||||
]);
|
||||
|
||||
$arr['links'] = [
|
||||
/*$arr['links'] = [
|
||||
'first' => '',
|
||||
'last' => '',
|
||||
'next' => '',
|
||||
'prev' => ','
|
||||
];
|
||||
];*/
|
||||
|
||||
return $arr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user