remove unused use statements

This commit is contained in:
Mike Dugan 2015-02-13 15:10:04 -05:00
parent e3630a53af
commit 96e64ef66c

View File

@ -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 {