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.
2 parents 6e01dc1 + a73b542 commit d91f11eCopy full SHA for d91f11e
controller/value_resolver.rst
@@ -382,7 +382,7 @@ but you can set it yourself to change its ``priority`` or ``name`` attributes.
382
use Symfony\Component\DependencyInjection\Attribute\AsTaggedItem;
383
use Symfony\Component\HttpKernel\Controller\ValueResolverInterface;
384
385
- #[AsTaggedItem(name: 'booking_id', priority: 150)]
+ #[AsTaggedItem(index: 'booking_id', priority: 150)]
386
class BookingIdValueResolver implements ValueResolverInterface
387
{
388
// ...
0 commit comments