@@ -11,9 +11,9 @@ |
||
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 | { |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Sebdesign\SM\Event; |
4 | 4 | |
5 | +use Illuminate\Contracts\Events\Dispatcher as DispatcherContract; |
|
5 | 6 | use Symfony\Component\EventDispatcher\Event; |
6 | 7 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
7 | 8 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
8 | -use Illuminate\Contracts\Events\Dispatcher as DispatcherContract; |
|
9 | 9 | |
10 | 10 | class Dispatcher implements EventDispatcherInterface |
11 | 11 | { |