Completed
Pull Request — master (#6)
by
unknown
01:35
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.
src/Traits/Statable.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Sebdesign\SM\Traits;
4 4
 
5
+use Illuminate\Database\Eloquent\Model;
5 6
 use SM\Factory\FactoryInterface;
6 7
 use SM\StateMachine\StateMachine;
7
-use Illuminate\Database\Eloquent\Model;
8 8
 
9 9
 trait Statable
10 10
 {
Please login to merge, or discard this patch.