Completed
Push — master ( dd207a...84aaca )
by Erik van
03:39
created
src/Console/PlaybookCommand.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Scaling\Playbook\Console;
4 4
 
5
-use Illuminate\Support\Str;
6
-use Scaling\Playbook\Playbook;
7 5
 use Illuminate\Console\Command;
8
-use Illuminate\Support\Collection;
9 6
 use Illuminate\Console\ConfirmableTrait;
7
+use Illuminate\Support\Collection;
8
+use Illuminate\Support\Str;
9
+use Scaling\Playbook\Playbook;
10 10
 use Scaling\Playbook\PlaybookDefenition;
11 11
 
12 12
 class PlaybookCommand extends Command
Please login to merge, or discard this patch.