File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ but you can set it yourself to change its ``priority`` or ``name`` attributes.
341
341
use Symfony\Component\DependencyInjection\Attribute\AsTaggedItem;
342
342
use Symfony\Component\HttpKernel\Controller\ValueResolverInterface;
343
343
344
- #[AsTaggedItem(name : 'booking_id', priority: 150)]
344
+ #[AsTaggedItem(index : 'booking_id', priority: 150)]
345
345
class BookingIdValueResolver implements ValueResolverInterface
346
346
{
347
347
// ...
Original file line number Diff line number Diff line change @@ -699,13 +699,12 @@ the relationship between the removed ``Tag`` and ``Task`` object.
699
699
700
700
The Symfony community has created some JavaScript packages that provide the
701
701
functionality needed to add, edit and delete elements of the collection.
702
- Check out the `@a2lix/symfony-collection `_ package for modern browsers and
703
- the ` symfony-collection `_ package based on jQuery for the rest of browsers .
702
+ Check out the `@a2lix/symfony-collection `_ or search on GitHub for other
703
+ recent packages .
704
704
705
705
.. _`Owning Side and Inverse Side` : https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/unitofwork-associations.html
706
706
.. _`JSFiddle` : https://jsfiddle.net/ey8ozh6n/
707
707
.. _`@a2lix/symfony-collection` : https://github.com/a2lix/symfony-collection
708
- .. _`symfony-collection` : https://github.com/ninsuo/symfony-collection
709
708
.. _`ArrayCollection` : https://www.doctrine-project.org/projects/doctrine-collections/en/1.6/index.html
710
709
.. _`Symfony UX Demo of Form Collections` : https://ux.symfony.com/live-component/demos/form-collection-type
711
710
.. _`Stimulus` : https://symfony.com/doc/current/frontend/encore/simple-example.html#stimulus-symfony-ux
You can’t perform that action at this time.
0 commit comments