Completed
Push — master ( 113db7...3cc6f9 )
by Joao
02:23
created
src/Commands/SetupCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php namespace jlourenco\support\Commands;
2 2
 
3 3
 use Illuminate\Console\Command;
4
-use Symfony\Component\Console\Input\InputOption;
5
-use Symfony\Component\Console\Input\InputArgument;
6 4
 use File;
7 5
 
8 6
 class SetupCommand extends Command {
Please login to merge, or discard this patch.