Completed
Push — master ( c1ef3a...dd8c88 )
by Beñat
03:54
created
Application/Tactician/Middlewares/PdoTransactionMiddleware.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 
12 12
 namespace LIN3S\SharedKernel\Infrastructure\Application\Tactician;
13 13
 
14
-use League\Tactician\Middleware;
15 14
 use LIN3S\SharedKernel\Exception\Exception;
16 15
 use LIN3S\SharedKernel\Infrastructure\Persistence\Sql\Pdo;
16
+use League\Tactician\Middleware;
17 17
 
18 18
 /**
19 19
  * @author Beñat Espiña <[email protected]>
Please login to merge, or discard this patch.