コード例 #1
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index(Request $request)
 {
     return $this->repository->paginate($request->query->get('limit'));
     //return $this->repository->findWithOwnerAndMember(\Authorizer::getResourceOwnerId());
 }