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