@@ -1,9 +1,7 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Azine\MailgunWebhooksBundle\Command; |
| 3 | 3 | |
| 4 | -use Azine\MailgunWebhooksBundle\Services\AzineMailgunService; |
|
| 5 | 4 | use Azine\MailgunWebhooksBundle\Services\HetrixtoolsService\HetrixtoolsServiceResponse; |
| 6 | -use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; |
|
| 7 | 5 | use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
| 8 | 6 | use Symfony\Component\Console\Input\InputArgument; |
| 9 | 7 | use Symfony\Component\Console\Output\OutputInterface; |
@@ -11,7 +9,6 @@ discard block |
||
| 11 | 9 | use Azine\MailgunWebhooksBundle\Entity\Repositories\MailgunEventRepository; |
| 12 | 10 | use Azine\MailgunWebhooksBundle\Services\HetrixtoolsService\AzineMailgunHetrixtoolsService; |
| 13 | 11 | use Azine\MailgunWebhooksBundle\Services\AzineMailgunMailerService; |
| 14 | -use Symfony\Component\Translation\TranslatorInterface; |
|
| 15 | 12 | use Doctrine\Common\Persistence\ManagerRegistry; |
| 16 | 13 | use Symfony\Component\Process\Process; |
| 17 | 14 | |
@@ -2,9 +2,7 @@ |
||
| 2 | 2 | namespace Azine\MailgunWebhooksBundle\Tests\Command; |
| 3 | 3 | |
| 4 | 4 | use Azine\MailgunWebhooksBundle\Command\CheckIpAddressIsBlacklistedCommand; |
| 5 | -use Azine\MailgunWebhooksBundle\Command\DeleteOldEntriesCommand; |
|
| 6 | 5 | use Azine\MailgunWebhooksBundle\Services\HetrixtoolsService\HetrixtoolsServiceResponse; |
| 7 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
| 8 | 6 | use Symfony\Component\Console\Tester\CommandTester; |
| 9 | 7 | use Symfony\Component\Console\Application; |
| 10 | 8 | |