mirror of
https://github.com/flarum/core.git
synced 2025-10-18 10:16:09 +02:00
Add pagination links to JSON-API index actions
This commit is contained in:
@@ -22,4 +22,9 @@ class Request
|
||||
{
|
||||
return array_get($this->input, $key, $default);
|
||||
}
|
||||
|
||||
public function all()
|
||||
{
|
||||
return $this->input;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user