8000 Update service_container.rst (Manually Wiring Arguments part) · symfony/symfony-docs@40d2bb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40d2bb7

Browse files
authored
Update service_container.rst (Manually Wiring Arguments part)
1 parent e2b3fd5 commit 40d2bb7

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
@@ -412,7 +412,7 @@ example, suppose you want to make the admin email configurable:
412412
public function __construct(
413413
private MessageGenerator $messageGenerator,
414414
private MailerInterface $mailer,
415-
+ private string $adminEmail,)
415+
+ private string $adminEmail
416416
) {
417417
}
418418

0 commit comments

Comments
 (0)
0