Skip to content

Commit

Permalink
Merge pull request #69 from i-melnichenko/remove-sensioframeworkextra…
Browse files Browse the repository at this point in the history
…bundle

code style
  • Loading branch information
portey authored Feb 22, 2018
2 parents ce6feb5 + 97348c7 commit a76c214
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 a76c214

Please sign in to comment.