Completed
Push — 1.x ( 5548ea...948040 )
by Akihito
02:25
created
src/Pagerfanta/AuraSqlQueryPager.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,9 +6,8 @@
 block discarded – undo
6 6
  */
7 7
 namespace Ray\AuraSqlModule\Pagerfanta;
8 8
 
9
-use Aura\Sql\ExtendedPdoInterface;
10
-use Aura\SqlQuery\Common\Select;
11 9
 use Aura\SqlQuery\Common\SelectInterface;
10
+use Aura\Sql\ExtendedPdoInterface;
12 11
 use Pagerfanta\Exception\LogicException;
13 12
 use Pagerfanta\Pagerfanta;
14 13
 use Pagerfanta\View\ViewInterface;
Please login to merge, or discard this patch.