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