|
@@ -2,10 +2,10 @@ |
|
|
block discarded – undo |
|
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
|
{ |
Please login to merge, or discard this patch.