You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #21531 fix(documentation): reorder service id on target attribute (LaurentQ56)
This PR was merged into the 6.4 branch.
Discussion
----------
fix(documentation): reorder service id on target attribute
When I use the name of named configuration with suffix `.lock.factory`, the service was not found.
After a `debug:container LockFatory`, I see the service ID is `lock.xxx.factory`. `xxx` being the named configured lock wanted.
My version is 6.4, but I haven't checked whether this error is still present in the current version.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `7.x` for features of unreleased versions).
-->
Commits
-------
3df64f7 fix(documentation): reorder service id on target attribute
0 commit comments