Skip to content

Commit

Permalink
fixing doctrine path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludwig Ruderstaller committed Oct 19, 2022
1 parent ed6e072 commit 0322fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Manager/AbstractManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
namespace Cwd\CommonBundle\Manager;

use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Persistence\ManagerRegistry;
use Doctrine\ORM\EntityManager;
use Cwd\CommonBundle\Exception\BaseException;
use Cwd\CommonBundle\Options\ValidatedOptionsTrait;
Expand Down

0 comments on commit 0322fc4

Please sign in to comment.