mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 21:33:44 +02:00
Fix RolesContainer, refactor NestsContainer
This commit is contained in:
@@ -37,7 +37,7 @@ class NestController extends ApplicationApiController
|
||||
*/
|
||||
public function index(GetNestsRequest $request): array
|
||||
{
|
||||
$nests = $this->repository->paginated(1);
|
||||
$nests = $this->repository->paginated(10);
|
||||
|
||||
return $this->fractal->collection($nests)
|
||||
->transformWith($this->getTransformer(NestTransformer::class))
|
||||
|
||||
Reference in New Issue
Block a user