mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
- adds recipe for arad021/entity-already-exists-validation-constraint (#1564)
* - adds recipe for arad021/entity-already-exists-validation-constraint * - adds recipe for arad021/entity-already-exists-validation-constraint --------- Co-authored-by: Arad Ahmad <arad.ahmad@check24.de>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# See Readme at https://github.com/arad021/entity-already-exists-validation-constraint
|
||||
services:
|
||||
Arad021\Validator\Constraint\EntityNotExistValidator:
|
||||
arguments: ['@doctrine.orm.entity_manager']
|
||||
tags: [ 'validator.constraint_validator' ]
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user