@@ -6,9 +6,9 @@ |
||
6 | 6 | */ |
7 | 7 | namespace Ray\AuraSqlModule\Pagerfanta; |
8 | 8 | |
9 | -use Aura\Sql\ExtendedPdo; |
|
10 | 9 | use Aura\SqlQuery\Common\Select; |
11 | 10 | use Aura\SqlQuery\Common\SelectInterface; |
11 | +use Aura\Sql\ExtendedPdo; |
|
12 | 12 | use Pagerfanta\Adapter\AdapterInterface; |
13 | 13 | |
14 | 14 | class AuraSqlQueryAdapter implements AdapterInterface |
@@ -6,9 +6,9 @@ |
||
6 | 6 | */ |
7 | 7 | namespace Ray\AuraSqlModule\Pagerfanta; |
8 | 8 | |
9 | -use Aura\Sql\ExtendedPdoInterface; |
|
10 | 9 | use Aura\SqlQuery\Common\Select; |
11 | 10 | use Aura\SqlQuery\Common\SelectInterface; |
11 | +use Aura\Sql\ExtendedPdoInterface; |
|
12 | 12 | use Pagerfanta\Exception\LogicException; |
13 | 13 | use Pagerfanta\Pagerfanta; |
14 | 14 | use Pagerfanta\View\ViewInterface; |