Completed
Push — master ( 024f5c...430fbf )
by Sébastien
04:17 queued 02:29
created
src/Event/Dispatcher.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.