Completed
Push — master ( 6b5da6...9a1463 )
by Basenko
04:09
created
src/Console/Commands/AbstractInitializeCommand.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 MadWeb\Initializer\Console\Commands;
4 4
 
5
-use MadWeb\Initializer\Run;
6 5
 use Illuminate\Console\Command;
7 6
 use Illuminate\Contracts\Container\Container;
8 7
 use MadWeb\Initializer\Contracts\Runner as ExecutorContract;
8
+use MadWeb\Initializer\Run;
9 9
 
10 10
 abstract class AbstractInitializeCommand extends Command
11 11
 {
Please login to merge, or discard this patch.
src/ExecutorActions/Publish.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace MadWeb\Initializer\ExecutorActions;
4 4
 
5
-use InvalidArgumentException;
6 5
 use Illuminate\Console\Command;
6
+use InvalidArgumentException;
7 7
 
8 8
 class Publish
9 9
 {
Please login to merge, or discard this patch.