Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents beec921 + 09b0c4c commit cf7e9fdCopy full SHA for cf7e9fd
routing.rst
@@ -2612,8 +2612,7 @@ defined as annotations:
2612
controllers:
2613
resource: '../../src/Controller/'
2614
type: annotation
2615
- defaults:
2616
- schemes: [https]
+ schemes: [https]
2617
2618
.. code-block:: xml
2619
@@ -2624,9 +2623,7 @@ defined as annotations:
2624
2623
xsi:schemaLocation="http://symfony.com/schema/routing
2625
https://symfony.com/schema/routing/routing-1.0.xsd">
2626
2627
- <import resource="../../src/Controller/" type="annotation">
2628
- <default key="schemes">HTTPS</default>
2629
- </import>
+ <import resource="../../src/Controller/" type="annotation" schemes="https"/>
2630
</routes>
2631
2632
.. code-block:: php
0 commit comments