Hello, I'm facing an issue when using the pagination, the URL parameters are not preserved.
dd($request->fullUrl(), CopilotAssignment::paginate()->toArray());
// http://localhost/...?fql=... --> FULL URL
// ['first_page_url' => http://localhost:8889/...?page=1, ...] --> NEXT PAGE URL (without "?fql")
How to make all the parameters appended to the URL ? Like the ?fql