@@ -3,11 +3,6 @@ |
||
| 3 | 3 | namespace Frameworkless\Console; |
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\Console\Application as CoreApp; |
| 6 | -use Symfony\Component\Console\Input\InputInterface; |
|
| 7 | -use Symfony\Component\Console\Output\OutputInterface; |
|
| 8 | -use Symfony\Component\Console\Input\InputArgument; |
|
| 9 | -use Symfony\Component\Console\Input\InputOption; |
|
| 10 | -use Symfony\Component\Finder\Finder; |
|
| 11 | 6 | |
| 12 | 7 | class Application extends CoreApp |
| 13 | 8 | { |