forked from mirror/Part-DB.Part-DB-server
Moved custom validators from annotations to attributes
This commit is contained in:
parent
e5a14557a2
commit
930adaf439
27 changed files with 50 additions and 148 deletions
|
@ -27,9 +27,8 @@ use Symfony\Component\Validator\Constraint;
|
|||
/**
|
||||
* A constraint "dummy" to validate the PartLot.
|
||||
* We need to access services in our Validator, so we can not use a simple callback on PartLot.
|
||||
*
|
||||
* @Annotation
|
||||
*/
|
||||
#[\Attribute(\Attribute::TARGET_CLASS)]
|
||||
class ValidPartLot extends Constraint
|
||||
{
|
||||
public function getTargets(): string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue