コード例 #1
0
ファイル: EventsController.php プロジェクト: jentleyow/pcf
 public function deleteParticipation(Request $request)
 {
     Participation::destroy($request->input('id'));
     return;
 }