Skip to content

Commit 93b4a03

Browse files
authored
Typo with backslashes
Added backslahes in SiteUpdateManager path.
1 parent d00066c commit 93b4a03

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
@@ -403,7 +403,7 @@ example, suppose you want to make the admin email configurable:
403403
404404
If you make this change and refresh, you'll see an error:
405405

406-
Cannot autowire service "App\Service\SiteUpdateManager": argument "$adminEmail"
406+
Cannot autowire service "App\\Service\\SiteUpdateManager": argument "$adminEmail"
407407
of method "__construct()" must have a type-hint or be given a value explicitly.
408408

409409
That makes sense! There is no way that the container knows what value you want to

0 commit comments

Comments
 (0)