Skip to content

Commit 3f9ad9b

Browse files
authored
[AUTOWIRE] Fix invalid yaml code
1 parent 0dc5f86 commit 3f9ad9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/autowiring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ adding a service alias:
218218
219219
# the id is not a class, so it won't be used for autowiring
220220
app.rot13.transformer:
221-
class AppBundle\Util\Rot13Transformer
221+
class: AppBundle\Util\Rot13Transformer
222222
# ...
223223
224224
# but this fixes it!

0 commit comments

Comments
 (0)