コード例 #1
0
ファイル: ProductController.php プロジェクト: axicraw/tropara
 public function deletePrice($id)
 {
     Price::destroy($id);
     return response()->json('true');
 }