Esempio n. 1
0
File: API.php Progetto: agandra/amp
 public function respond(Reply $reply, $code = 200)
 {
     return \Response::json($reply->toArray(), $code);
 }