コード例 #1
0
 public function destroy(Contribution $contribution)
 {
     $contribution->delete();
     return redirect('contribution');
 }