Merge pull request #3262 from mikedugan/master

remove unused use statements
This commit is contained in:
Taylor Otwell 2015-02-22 19:52:20 -06:00
commit c9afa3480f
1 changed files with 0 additions and 2 deletions

View File

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