Completed
Pull Request — master (#37)
by Benjamin
02:45
created
Controller/NodeController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,14 +3,11 @@
 block discarded – undo
3 3
 namespace Alpixel\Bundle\CMSBundle\Controller;
4 4
 
5 5
 use Alpixel\Bundle\CMSBundle\Entity\Node;
6
-use Alpixel\Bundle\SEOBundle\Annotation\MetaTag;
7 6
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
8 7
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
9 8
 use Symfony\Component\Debug\Exception\ContextErrorException;
10 9
 use Symfony\Component\HttpFoundation\Request;
11 10
 use Symfony\Component\HttpFoundation\Response;
12
-use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
13
-use Symfony\Component\Serializer\Serializer;
14 11
 
15 12
 class NodeController extends Controller
16 13
 {
Please login to merge, or discard this patch.