Skip to content

Commit

Permalink
Fix query exception use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuruuh committed Feb 6, 2024
1 parent 6e3001b commit 064ab47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests/ORM/Functional/NewOperatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Doctrine\Common\Persistence\PersistentObject;
use Doctrine\ORM\Query;
use Doctrine\ORM\QueryException;
use Doctrine\ORM\Query\QueryException;
use Doctrine\Tests\Models\CMS\CmsAddress;
use Doctrine\Tests\Models\CMS\CmsAddressDTO;
use Doctrine\Tests\Models\CMS\CmsEmail;
Expand Down

0 comments on commit 064ab47

Please sign in to comment.