Skip to content

Commit 6c7cfe6

Browse files
committed
minor #580 remove unused Doctrine/ORM/Configuration use statement in DoctrineHelper (jrushlow)
This PR was merged into the 1.0-dev branch. Discussion ---------- remove unused Doctrine/ORM/Configuration use statement in DoctrineHelper I think this slipped with PR #545 unintentionally... Causing tests to fail Commits ------- 39247ec removed unused Doctrine/ORM/Configuration use statement
2 parents 34f9071 + 39247ec commit 6c7cfe6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Doctrine/DoctrineHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Doctrine\Common\Persistence\Mapping\Driver\MappingDriver as LegacyMappingDriver;
1717
use Doctrine\Common\Persistence\Mapping\MappingException as LegacyPersistenceMappingException;
1818
use Doctrine\DBAL\Connection;
19-
use Doctrine\ORM\Configuration;
2019
use Doctrine\ORM\EntityManagerInterface;
2120
use Doctrine\ORM\Mapping\MappingException as ORMMappingException;
2221
use Doctrine\ORM\Mapping\NamingStrategy;

0 commit comments

Comments
 (0)