Completed
Push — master ( fe85ac...186bbc )
by Vuong
01:08
created
src/Async.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 namespace VXM\Async;
10 10
 
11 11
 use Closure;
12
+use Illuminate\Contracts\Events\Dispatcher as EventDispatcher;
12 13
 use Illuminate\Support\Str;
13 14
 use Spatie\Async\Process\Runnable;
14 15
 use VXM\Async\Runtime\ParentRuntime;
15
-use Illuminate\Contracts\Events\Dispatcher as EventDispatcher;
16 16
 
17 17
 /**
18 18
  * @author Vuong Minh <[email protected]>
Please login to merge, or discard this patch.