[WebProfilerBundle] Add missing use statement.

Request is needed in RouterController::getTraces to be able to create a request.
This commit is contained in:
Cameron Porter 2016-03-28 23:46:00 -05:00
parent bcd981aadd
commit 0d31c3e9cb
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
namespace Symfony\Bundle\WebProfilerBundle\Controller;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Matcher\UrlMatcherInterface;
use Symfony\Component\Routing\Matcher\TraceableUrlMatcher;