Browse Source

Suppression du dump qui foutais en l'air le formulaire

Sangfroid 3 tuần trước cách đây
mục cha
commit
c5ade57cc7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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();
     }
 }