Completed
Pull Request — master (#29)
by Eugene
03:29
created
Controller/AzineEmailTemplateController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Azine\EmailBundle\Controller;
4 4
 
5
-use Symfony\Component\HttpFoundation\Session\Flash\FlashBag;
6
-use Symfony\Component\HttpFoundation\Session\Session;
7 5
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
8 6
 use Symfony\Component\HttpFoundation\JsonResponse;
9 7
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
Please login to merge, or discard this patch.
Services/AzineTwigSwiftMailer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Symfony\Bundle\FrameworkBundle\Translation\Translator;
10 10
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
11 11
 use FOS\UserBundle\Mailer\TwigSwiftMailer;
12
-use Azine\EmailBundle\Entity\RecipientInterface;
13 12
 
14 13
 /**
15 14
  * This Service is used to send html-emails with embedded images
Please login to merge, or discard this patch.