@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Swm\Bundle\MailHookBundle\ApiService\ApiServiceInterface; |
| 6 | 6 | use Symfony\Component\DependencyInjection\Exception\LogicException; |
| 7 | -use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException; |
|
| 8 | 7 | |
| 9 | 8 | class ApiServiceProvider implements ProviderInterface |
| 10 | 9 | { |
@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Swm\Bundle\MailHookBundle\Service; |
| 4 | 4 | |
| 5 | -use Swm\Bundle\MailHookBundle\ApiService\ApiServiceInterface; |
|
| 6 | -use Swm\Bundle\MailHookBundle\Model as ApiServiceModel; |
|
| 7 | 5 | use Swm\Bundle\MailHookBundle\Provider\ProviderInterface; |
| 8 | 6 | use Symfony\Component\HttpFoundation\Request; |
| 9 | 7 | |