Skip to content

Commit b2c6895

Browse files
Correctly use doctrine/dbal v3+
1 parent cac1205 commit b2c6895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/PdoStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
use Doctrine\DBAL\Connection;
1515
use Doctrine\DBAL\DBALException;
16+
use Doctrine\DBAL\Driver\Result;
1617
use Doctrine\DBAL\DriverManager;
17-
use Doctrine\DBAL\Result;
1818
use Doctrine\DBAL\Schema\Schema;
1919
use Symfony\Component\Lock\Exception\InvalidArgumentException;
2020
use Symfony\Component\Lock\Exception\InvalidTtlException;

0 commit comments

Comments
 (0)