We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8835d41 commit e5b487cCopy full SHA for e5b487c
controller/value_resolver.rst
@@ -341,7 +341,7 @@ but you can set it yourself to change its ``priority`` or ``name`` attributes.
341
use Symfony\Component\DependencyInjection\Attribute\AsTaggedItem;
342
use Symfony\Component\HttpKernel\Controller\ValueResolverInterface;
343
344
- #[AsTaggedItem(name: 'booking_id', priority: 150)]
+ #[AsTaggedItem(index: 'booking_id', priority: 150)]
345
class BookingIdValueResolver implements ValueResolverInterface
346
{
347
// ...
0 commit comments