Completed
Push — master ( 9cf0b1...f9bdca )
by Erik van
01:09
created
src/Console/PlaybookCommand.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 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 6
 use Illuminate\Console\ConfirmableTrait;
7
+use Illuminate\Support\Str;
8
+use Scaling\Playbook\Playbook;
9 9
 use Scaling\Playbook\PlaybookDefenition;
10 10
 
11 11
 class PlaybookCommand extends Command
Please login to merge, or discard this patch.