You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Не могу понять в чем причина, но при использовании offsetPaginate в ответе links->first и links->last всегда равны null.
При этом links->prev, links->next и все остальные параметры генерируются правильно.
В контроллере использую так: public function index() { return new LanguagesResource(Language::offsetPaginate()); }
The text was updated successfully, but these errors were encountered:
Не могу понять в чем причина, но при использовании
offsetPaginate
в ответеlinks->first
иlinks->last
всегда равныnull
.При этом
links->prev
,links->next
и все остальные параметры генерируются правильно.В контроллере использую так:
public function index() { return new LanguagesResource(Language::offsetPaginate()); }
The text was updated successfully, but these errors were encountered: