Skip to content

Commit

Permalink
Correctly use doctrine/dbal v3+
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jun 9, 2020
1 parent cac1205 commit b2c6895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Store/PdoStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

use Doctrine\DBAL\Connection;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Driver\Result;
use Doctrine\DBAL\DriverManager;
use Doctrine\DBAL\Result;
use Doctrine\DBAL\Schema\Schema;
use Symfony\Component\Lock\Exception\InvalidArgumentException;
use Symfony\Component\Lock\Exception\InvalidTtlException;
Expand Down

0 comments on commit b2c6895

Please sign in to comment.