@@ -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 | use Symfony\Component\HttpFoundation\RequestStack; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Swm\Bundle\MailHookBundle\Event; |
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\EventDispatcher\Event; |
| 6 | -use Symfony\Component\Security\Core\User\UserInterface; |
|
| 7 | 6 | |
| 8 | 7 | class MailHookEvent extends Event implements HookEventInterface |
| 9 | 8 | { |