Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d31c3e

Browse files
committed
[WebProfilerBundle] Add missing use statement.
Request is needed in RouterController::getTraces to be able to create a request.
1 parent bcd981a commit 0d31c3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace Symfony\Bundle\WebProfilerBundle\Controller;
1313

14+
use Symfony\Component\HttpFoundation\Request;
1415
use Symfony\Component\HttpFoundation\Response;
1516
use Symfony\Component\Routing\Matcher\UrlMatcherInterface;
1617
use Symfony\Component\Routing\Matcher\TraceableUrlMatcher;

0 commit comments

Comments
 (0)