Skip to content

Commit

Permalink
Adding a few missing use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 12, 2014
1 parent 1dd1ece commit 4f30ea4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Database/Driver.php
Expand Up @@ -14,6 +14,10 @@
*/
namespace Cake\Database;

use Cake\Database\Query;
use Cake\Database\Querycompiler;
use Cake\Database\ValueBinder;

/**
* Represents a database diver containing all specificities for
* a database engine including its SQL dialect
Expand Down

0 comments on commit 4f30ea4

Please sign in to comment.