Skip to content

Commit b660a38

Browse files
committed
minor #10060 Update service_container.rst (loevgaard)
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes #10060). Discussion ---------- Update service_container.rst Wrong definition of alias in service container Commits ------- f1ce22a Update service_container.rst
2 parents 4509b50 + f1ce22a commit b660a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ admin email. In this case, each needs to have a unique service id:
11281128
<argument>contact@example.com</argument>
11291129
</service>
11301130
1131-
<alias id="AppBundle\Updates\SiteUpdateManager" service="site_update_manager.superadmin" />
1131+
<service id="AppBundle\Updates\SiteUpdateManager" alias="site_update_manager.superadmin" />
11321132
</services>
11331133
</container>
11341134

0 commit comments

Comments
 (0)