Ejemplo n.º 1
0
 /**
  * Remove the specified leaveapplication from storage.
  *
  * @param  int  $id
  * @return Response
  */
 public function destroy($id)
 {
     Leaveapplication::destroy($id);
     return Redirect::to('leavemgmt');
 }