コード例 #1
0
 public function index()
 {
     $speciesTypes = Type::orderBy('id')->get();
     return $this->respond(['data' => $this->speciesTypeTransformer->transformCollection($speciesTypes->all())]);
 }