We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfe1e2a + cf7e9fd commit 39084e7Copy full SHA for 39084e7
routing.rst
@@ -2613,7 +2613,7 @@ defined as annotations:
2613
resource: '../../src/Controller/'
2614
type: attribute
2615
defaults:
2616
- schemes: [https]
+ schemes: [https]
2617
2618
.. code-block:: xml
2619
@@ -2624,9 +2624,7 @@ defined as annotations:
2624
xsi:schemaLocation="http://symfony.com/schema/routing
2625
https://symfony.com/schema/routing/routing-1.0.xsd">
2626
2627
- <import resource="../../src/Controller/" type="attribute">
2628
- <default key="schemes">HTTPS</default>
2629
- </import>
+ <import resource="../../src/Controller/" type="attribute" schemes="https"/>
2630
</routes>
2631
2632
.. code-block:: php
0 commit comments