Skip to content

Commit 73cd290

Browse files
authored
Add information about default value for decoration_priority
1 parent d3dd2f2 commit 73cd290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_decoration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Decoration Priority
177177

178178
If you want to apply more than one decorator to a service, you can control their
179179
order by configuring the priority of decoration, this can be any integer number
180-
(decorators with higher priorities will be applied first).
180+
(decorators with higher priorities will be applied first). If ``decoration_priority`` option is omitted default value ``0`` will be used.
181181

182182
.. configuration-block::
183183

0 commit comments

Comments
 (0)