Skip to content

Commit 3de772b

Browse files
IvanZugecweaverryan
authored andcommitted
Changed slash to backslash in use statement.
1 parent 8d08b15 commit 3de772b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ value to each variable.
497497
:ref:`sub request <http-kernel-sub-requests>` is executed via the ``http_kernel``
498498
service the ``HttpKernel`` returns a ``Response`` object::
499499
500-
use Symfony\Component\HttpKernel/HttpKernelInterface;
500+
use Symfony\Component\HttpKernel\HttpKernelInterface;
501501
502502
$path = array(
503503
'_controller' => 'AcmeHelloBundle:Hello:fancy',

0 commit comments

Comments
 (0)