Skip to content

Commit

Permalink
Missed use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 28, 2014
1 parent c1a8c5e commit d6c62b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Database/Driver/Postgres.php
Expand Up @@ -16,6 +16,7 @@

use Cake\Database\Dialect\PostgresDialectTrait;
use Cake\Database\Statement;
use Cake\Datasource\ConnectionManager;
use PDO;

class Postgres extends \Cake\Database\Driver {
Expand Down
1 change: 1 addition & 0 deletions tests/TestCase/Database/Driver/MysqlTest.php
Expand Up @@ -17,6 +17,7 @@
use Cake\Core\Configure;
use Cake\Database\Connection;
use Cake\Database\Driver\Mysql;
use Cake\Datasource\ConnectionManager;
use Cake\TestSuite\TestCase;
use \PDO;

Expand Down

0 comments on commit d6c62b4

Please sign in to comment.