app->render('bucket', [ 'id' => $id ]); } public function indexAction($id, $visibilty, $page) { $bucketStore = new Bucket(); $publicBuckets = $bucketStore->findBy(); $this->app->json([ 'publicBuckets' => $publicBuckets ]); } }