Skip to content

Commit

Permalink
Fix silly mistake with exception namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
benr77 committed Nov 13, 2023
1 parent 5d8a0ac commit fd802fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Doctrine/DoctrineEventStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

use DateInterval;
use DateTimeImmutable;
use Doctrine\DBAL\ConnectionException;
use Doctrine\DBAL\Exception\ConnectionException;
use Doctrine\ORM\EntityManagerInterface;
use Headsnet\DomainEventsBundle\Doctrine\Event\PreAppendEvent;
use Headsnet\DomainEventsBundle\Domain\Model\DomainEvent;
Expand Down

0 comments on commit fd802fe

Please sign in to comment.