Browse Source

remove unused use statements

Mike Dugan 9 years ago
parent
commit
96e64ef66c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/Console/Commands/Inspire.php

+ 0 - 2
app/Console/Commands/Inspire.php

@@ -2,8 +2,6 @@
 
 use Illuminate\Console\Command;
 use Illuminate\Foundation\Inspiring;
-use Symfony\Component\Console\Input\InputOption;
-use Symfony\Component\Console\Input\InputArgument;
 
 class Inspire extends Command {