diff --git a/routing/scheme.rst b/routing/scheme.rst index bca7813fd96..2b15a944835 100644 --- a/routing/scheme.rst +++ b/routing/scheme.rst @@ -11,7 +11,8 @@ the URI scheme via schemes: .. configuration-block:: .. code-block:: yaml - + + # app/config/routing.yml secure: path: /secure defaults: { _controller: AppBundle:Main:secure } @@ -19,6 +20,7 @@ the URI scheme via schemes: .. code-block:: xml +