1
0
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:
Toby Zerner
2015-05-07 08:22:15 +09:30
parent 8e1f6db85d
commit 05e561d3d6
4 changed files with 49 additions and 7 deletions

View File

@@ -22,4 +22,9 @@ class Request
{
return array_get($this->input, $key, $default);
}
public function all()
{
return $this->input;
}
}