Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. public function BtcDeleteTimeoutAction(Request $request){
  2.  
  3.  
  4. $em = $this->getDoctrine()->getManager();
  5. $from=$request->get('from');
  6. $to=$request->get('to');
  7. $btc = $em->getRepository('AppBundle:Deposit')->DeleteBtcTimeout($from,$to);
  8.  
  9.  
  10. return $this->redirectToRoute('BTCHistoryadmin');
  11.  
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement