Skip to content

Commit e140c52

Browse files
Update service_container/tags.rst
Co-Authored-By: Jules Pietri <heahdude@yahoo.fr>
1 parent d5b8517 commit e140c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ If you want to have another method defining the priority, you can define it in t
696696
697697
$services->set(App\HandlerCollection::class)
698698
->args([
699-
new TaggedIteratorArgument('app.handler', null, null, false, 'getPriority'),
699+
tagged_iterator('app.handler', null, null, 'getPriority'),
700700
]
701701
);
702702
};

0 commit comments

Comments
 (0)