Exemple #1
0
 public function Bajaedit($id)
 {
     Plazas::darBaja($id);
     return Redirect::to('/mensaje');
 }