Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Feature: (SF6.2+) Supports automatic value resolving in controllers (with or without MapEntity), see [https://github.com/symfony/symfony/blob/7.2/src/Symfony/Bridge/Doctrine/ArgumentResolver/EntityValueResolver.php](Doctrine Bridge)
* Feature: supports serializer options in attributes
* Feature: Support UserProvider
* The constraint "UniqueEntity" can now be used with an attribute on your class

3.8.2 (2025-01-09):
* Fix: better detection for Uuid subclasses in autowiring
Expand Down
1 change: 1 addition & 0 deletions src/TingBundle/Validator/Constraints/UniqueEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
* @Annotation
* @Target({"CLASS", "ANNOTATION"})
*/
#[\Attribute(\Attribute::TARGET_CLASS)]
class UniqueEntity extends Constraint
{
/**
Expand Down
Loading