Completed
Push — master ( 3c65f7...e0728e )
by Sébastien
08:19
created
src/Callback/ContainerAwareCallback.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 Sebdesign\SM\Callback;
13 13
 
14
+use Illuminate\Contracts\Container\Container as ContainerInterface;
14 15
 use SM\Callback\Callback;
15 16
 use SM\Event\TransitionEvent;
16
-use Illuminate\Contracts\Container\Container as ContainerInterface;
17 17
 
18 18
 class ContainerAwareCallback extends Callback
19 19
 {
Please login to merge, or discard this patch.