Skip to content

Commit

Permalink
Fxi missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 29, 2020
1 parent b2d1ec5 commit 8022f6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
use Doctrine\DBAL\Schema\Synchronizer\SchemaSynchronizer;
use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer;
use Doctrine\DBAL\Types\Type;
use Doctrine\DBAL\Types\Types;
use Symfony\Component\Messenger\Exception\InvalidArgumentException;
use Symfony\Component\Messenger\Exception\TransportException;
use Symfony\Contracts\Service\ResetInterface;
Expand Down

0 comments on commit 8022f6c

Please sign in to comment.