コード例 #1
0
ファイル: helpers.php プロジェクト: paulvl/larasponse
 function responseJsonBadRequest($content, array $headers = [], $options = 0)
 {
     return Response::jsonBadRequest($content, $headers, $options);
 }