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

Skip to content

Commit 975200d

Browse files
committed
fixed typo
1 parent 4bf1bd2 commit 975200d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ When things are not found, you should play well with the HTTP protocol and
148148
return a 404 response. This is easily done by throwing a built-in HTTP
149149
exception::
150150

151-
use Symfony\Component\RequestHandler\Exception\NotFoundHttpException;
151+
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
152152

153153
public function indexAction()
154154
{

0 commit comments

Comments
 (0)