Skip to content

Commit c13c73d

Browse files
committed
minor #9083 Fix wrong import path (adursun)
This PR was merged into the 4.0 branch. Discussion ---------- Fix wrong import path Commits ------- 2769e3f Fix wrong import path
2 parents d6bae26 + 2769e3f commit c13c73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Managing Errors and 404 Pages
300300
When things are not found, you should return a 404 response. To do this, throw a
301301
special type of exception::
302302

303-
use Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException;
303+
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
304304

305305
// ...
306306
public function indexAction()

0 commit comments

Comments
 (0)