8000
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.
1 parent 32770b2 commit 16bb498Copy full SHA for 16bb498
routing.rst
@@ -2979,8 +2979,7 @@ defined as annotations:
2979
controllers:
2980
resource: '../../src/Controller/'
2981
type: annotation
2982
- defaults:
2983
- schemes: [https]
+ schemes: [https]
2984
2985
.. code-block:: xml
2986
@@ -2991,9 +2990,7 @@ defined as annotations:
2991
2990
xsi:schemaLocation="http://symfony.com/schema/routing
2992
https://symfony.com/schema/routing/routing-1.0.xsd">
2993
2994
- <import resource="../../src/Controller/" type="annotation">
2995
- <default key="schemes">HTTPS</default>
2996
- </import>
+ <import resource="../../src/Controller/" type="annotation" schemes="https"/>
2997
</routes>
2998
2999
.. code-block:: php
0 commit comments