remove unused use statements
This commit is contained in:
parent
e3630a53af
commit
96e64ef66c
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue