Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
i-melnichenko committed Dec 15, 2017
1 parent 1dc893d commit 97348c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Controller/GraphQLExplorerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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")
*
Expand All @@ -33,5 +31,4 @@ public function explorerAction()

return $response;
}

}

0 comments on commit 97348c7

Please sign in to comment.