File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2232,8 +2232,8 @@ locale.
2232
2232
resource : ' ../../src/Controller/'
2233
2233
type : annotation
2234
2234
host :
2235
- en : ' https://www.symfony .com'
2236
- nl : ' https://www.symfony .nl'
2235
+ en : ' https://www.example .com'
2236
+ nl : ' https://www.example .nl'
2237
2237
2238
2238
.. code-block :: xml
2239
2239
@@ -2244,8 +2244,8 @@ locale.
2244
2244
xsi : schemaLocation =" http://symfony.com/schema/routing
2245
2245
https://symfony.com/schema/routing/routing-1.0.xsd" >
2246
2246
<import resource =" ../../src/Controller/" type =" annotation" >
2247
- <host locale =" en" >https://www.symfony .com</host >
2248
- <host locale =" nl" >https://www.symfony .nl</host >
2247
+ <host locale =" en" >https://www.example .com</host >
2248
+ <host locale =" nl" >https://www.example .nl</host >
2249
2249
</import >
2250
2250
</routes >
2251
2251
@@ -2256,8 +2256,8 @@ locale.
2256
2256
return function (RoutingConfigurator $routes) {
2257
2257
$routes->import('../../src/Controller/', 'annotation')
2258
2258
->host([
2259
- 'en' => 'https://www.symfony .com',
2260
- 'nl' => 'https://www.symfony .nl'
2259
+ 'en' => 'https://www.example .com',
2260
+ 'nl' => 'https://www.example .nl'
2261
2261
])
2262
2262
;
2263
2263
};
You can’t perform that action at this time.
0 commit comments