Esempio n. 1
0
 /**
  * @param Notification $notification
  * @return JsonResponse
  *
  * @Route("/cto/ajax/report/{id}/show", name="ajax_cto_getReports", options={"expose" = true})
  * @Method("POST")
  */
 public function showRepostAction(Notification $notification)
 {
     return new JsonResponse(["reports" => $notification->getReports()->getValues()]);
 }