소스 검색

Suppression du dump qui foutais en l'air le formulaire

Sangfroid 3 주 전
부모
커밋
c5ade57cc7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Service/TagService.php

+ 0 - 1
src/Service/TagService.php

@@ -21,7 +21,6 @@ class TagService
         foreach($tags as $tag) {
             $this->em->remove($tag);
         }
-        dump($tags);
         $this->em->flush();
     }
 }