コード例 #1
0
ファイル: Controller.php プロジェクト: martinsv/JsonApi
 /**
  * Return data needed for editing the specified resource.
  *
  * @param  int  $id
  * @return Response
  */
 public function edit($id)
 {
     $response = new Response();
     return $response->responseNotFound();
 }