@@ -2,13 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Magium\Cli\Command; |
4 | 4 | |
5 | -use Magium\InvalidConfigurationException; |
|
6 | -use Magium\NotFoundException; |
|
7 | 5 | use Symfony\Component\Console\Command\Command; |
8 | 6 | use Symfony\Component\Console\Input\ArrayInput; |
9 | -use Symfony\Component\Console\Input\InputArgument; |
|
10 | 7 | use Symfony\Component\Console\Input\InputInterface; |
11 | -use Symfony\Component\Console\Input\InputOption; |
|
12 | 8 | use Symfony\Component\Console\Output\OutputInterface; |
13 | 9 | |
14 | 10 | abstract class AbstractApiEnablement extends Command |
@@ -2,14 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Magium\Cli\Command; |
4 | 4 | |
5 | -use Magium\InvalidConfigurationException; |
|
6 | -use Magium\NotFoundException; |
|
7 | 5 | use Symfony\Component\Console\Command\Command; |
8 | -use Symfony\Component\Console\Input\ArrayInput; |
|
9 | -use Symfony\Component\Console\Input\InputArgument; |
|
10 | -use Symfony\Component\Console\Input\InputInterface; |
|
11 | -use Symfony\Component\Console\Input\InputOption; |
|
12 | -use Symfony\Component\Console\Output\OutputInterface; |
|
13 | 6 | |
14 | 7 | class ApiDisable extends AbstractApiEnablement |
15 | 8 | { |
@@ -2,14 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Magium\Cli\Command; |
4 | 4 | |
5 | -use Magium\InvalidConfigurationException; |
|
6 | -use Magium\NotFoundException; |
|
7 | 5 | use Symfony\Component\Console\Command\Command; |
8 | -use Symfony\Component\Console\Input\ArrayInput; |
|
9 | -use Symfony\Component\Console\Input\InputArgument; |
|
10 | -use Symfony\Component\Console\Input\InputInterface; |
|
11 | -use Symfony\Component\Console\Input\InputOption; |
|
12 | -use Symfony\Component\Console\Output\OutputInterface; |
|
13 | 6 | |
14 | 7 | class ApiEnable extends AbstractApiEnablement |
15 | 8 | { |
@@ -4,14 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Guzzle\Http\Client; |
6 | 6 | use Magium\Cli\Command\Test\TestSkeleton; |
7 | -use Magium\InvalidConfigurationException; |
|
8 | -use Magium\NotFoundException; |
|
9 | 7 | use Magium\Util\Api\ApiConfiguration; |
10 | 8 | use Symfony\Component\Console\Command\Command; |
11 | -use Symfony\Component\Console\Input\ArrayInput; |
|
12 | -use Symfony\Component\Console\Input\InputArgument; |
|
13 | 9 | use Symfony\Component\Console\Input\InputInterface; |
14 | -use Symfony\Component\Console\Input\InputOption; |
|
15 | 10 | use Symfony\Component\Console\Output\OutputInterface; |
16 | 11 | |
17 | 12 | class ApiPing extends Command |