8000 Fixing bad merge · symfony/symfony-docs@485ad57 · GitHub
[go: up one dir, main page]

Skip to content

Commit 485ad57

Browse files
committed
Fixing bad merge
1 parent 013e02e commit 485ad57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

service_container.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ Instead, you decide to create a new class::
119119
];
120120

121121
$index = array_rand($messages);
122-
122+
}
123+
}
123124

124125
Congratulations! You've just created your first service class. Next, you can *teach*
125126
the service container *how* to instantiate it:

0 commit comments

Comments
 (0)
0