Skip to content

Commit d59e03b

Browse files
committed
minor #45 Query class is not used, and I can't think of when it would be useful (weaverryan)
This PR was merged into the 1.0-dev branch. Discussion ---------- Query class is not used, and I can't think of when it would be useful Commits ------- 0494c48 Query class is not used, and I can't think of when it would be useful
2 parents 8e7db5a + 0494c48 commit d59e03b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Resources/skeleton/doctrine/Repository.php.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ namespace App\Repository;
44

55
use App\Entity\{{ entity_class_name }};
66
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
7-
use Doctrine\ORM\Query;
87
use Symfony\Bridge\Doctrine\RegistryInterface;
98

109
class {{ repository_class_name }} extends ServiceEntityRepository

0 commit comments

Comments
 (0)