Skip to content

Commit f1ce22a

Browse files
loevgaardjaviereguiluz
authored andcommitted
Update service_container.rst
Wrong definition of alias in service container
1 parent 4509b50 commit f1ce22a

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)