Skip to content

Commit 4de02a4

Browse files
committed
Ajusted lines
1 parent 275da5d commit 4de02a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/multisite/siteaccess/siteaccess_aware_configuration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ Semantic configuration must always be mapped to internal key/value settings with
6868
You usually do it in the [service container](php_api.md#service-container) extension.
6969
7070
``` php
71-
[[= include_file('code_samples/multisite/siteaccess/AcmeExampleExtension.php', 0, 41) =]]
72-
[[= include_file('code_samples/multisite/siteaccess/AcmeExampleExtension.php', 53, 61) =]]
71+
[[= include_file('code_samples/multisite/siteaccess/AcmeExampleExtension.php', 0, 42) =]][[= include_file('code_samples/multisite/siteaccess/AcmeExampleExtension.php', 53, 61) =]]
7372
```
7473

7574
You can also map simple settings by calling `$processor->mapSetting()`, without having to call `$processor->mapConfig()` with a callable.

0 commit comments

Comments
 (0)