Skip to content

Commit

Permalink
Ordered more use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 14, 2015
1 parent 111b578 commit 49d8b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Connection.php
Expand Up @@ -14,7 +14,6 @@
*/
namespace Cake\Database;

use Cake\Datasource\ConnectionInterface;
use Cake\Database\Exception\MissingConnectionException;
use Cake\Database\Exception\MissingDriverException;
use Cake\Database\Exception\MissingExtensionException;
Expand All @@ -25,6 +24,7 @@
use Cake\Database\Schema\CachedCollection;
use Cake\Database\Schema\Collection as SchemaCollection;
use Cake\Database\ValueBinder;
use Cake\Datasource\ConnectionInterface;

/**
* Represents a connection with a database server.
Expand Down

0 comments on commit 49d8b52

Please sign in to comment.