예제 #1
0
 /**
  * Display the specified resource.
  * GET /responses/{id}
  *
  * @param  int  $id
  * @return Response
  */
 public function show($id)
 {
     return Responses::all();
 }