Browse Source

Merge pull request #3262 from mikedugan/master

remove unused use statements
Taylor Otwell 9 years ago
parent
commit
c9afa3480f
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 {