From 97348c711d78660787c3756ee722e45b546dcac6 Mon Sep 17 00:00:00 2001 From: "i.melnichenko" Date: Fri, 15 Dec 2017 18:43:27 +0200 Subject: [PATCH] code style --- Controller/GraphQLExplorerController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Controller/GraphQLExplorerController.php b/Controller/GraphQLExplorerController.php index d802a3f..2833195 100644 --- a/Controller/GraphQLExplorerController.php +++ b/Controller/GraphQLExplorerController.php @@ -7,14 +7,12 @@ namespace Youshido\GraphQLBundle\Controller; - use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; use Symfony\Bundle\FrameworkBundle\Controller\Controller; class GraphQLExplorerController extends Controller { - /** * @Route("/graphql/explorer") * @@ -33,5 +31,4 @@ public function explorerAction() return $response; } - }