Skip to content

Commit

Permalink
Merge pull request #170 from JoeBengalen/fix-pdo-reference
Browse files Browse the repository at this point in the history
Fixed error Class 'Aura\Sql\PDO' not found
  • Loading branch information
pmjones authored Apr 23, 2018
2 parents 4680d0d + 440edef commit 00547c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ExtendedPdoInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

use Aura\Sql\Parser\ParserInterface;
use Aura\Sql\Profiler\ProfilerInterface;
use PDO;

/**
*
Expand Down

0 comments on commit 00547c2

Please sign in to comment.