コード例 #1
0
 /**
  * This should only be called by an Admin
  */
 public function handleDeletePetition(Petition $petition)
 {
     $petition->delete();
     return Redirect::to('petitions');
 }