Skip to content

Commit

Permalink
fixes fatal error: Argument 2 passed to BsbDoctrineReconnect\DBAL\Con…
Browse files Browse the repository at this point in the history
…nection::__construct() must be an instance of BsbDoctrineReconnect\DBAL\Driver\PDOMySql\Driver, instance of Doctrine\DBAL\Driver\PDOMySql\Driver given
  • Loading branch information
basz committed Jan 9, 2015
1 parent bf8c6d8 commit 68946b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DBAL/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Doctrine\DBAL\Cache\QueryCacheProfile;
use Doctrine\DBAL\Configuration;
use Doctrine\DBAL\Connection as DBALConnection;
use BsbDoctrineReconnect\DBAL\Driver\PDOMySql\Driver;
use Doctrine\DBAL\Driver\PDOMySql\Driver;
use Doctrine\DBAL\DBALException;

class Connection extends DBALConnection
Expand Down

0 comments on commit 68946b6

Please sign in to comment.