소스 검색

Point virgule

François Drouhard 5 년 전
부모
커밋
edb462afb6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Service/Search.php

+ 0 - 1
src/Service/Search.php

@@ -43,7 +43,6 @@ class Search
             ->createQuery('SELECT f from App:Film f WHERE f.titre like :titre')
         ->setParameter('titre', '%'.$query.'%')
         ->getResult();
-            ;
         return $q;
     }