Browse Source

Suppression d'un dump

Sangfroid 5 tháng trước cách đây
mục cha
commit
c5cb42076f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/Controller/VideothequeListController.php

+ 0 - 1
src/Controller/VideothequeListController.php

@@ -41,7 +41,6 @@ class VideothequeListController extends AbstractController
         $filtersForm = $formFactory->createNamed('', FiltersType::class, $filters);
         
         $filtersForm->handleRequest($request);
-        dump($filters);
 
         $qb = $filmRepository->queryTous($filtersForm->getData()->page, $filtersForm->getData()->toArray());
         $pagination = new Pagination($qb, $filtersForm->getData()->limit, $filtersForm->getData()->page);