Skip to content

Commit

Permalink
- adds recipe for arad021/entity-already-exists-validation-constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
arad021 committed Nov 15, 2023
1 parent fefc19c commit 0b05d29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# See Readme at https://github.com/arad021/entity-already-exists-validation-constraint
services:
Arad021\Validator\Constraint\EntityExistValidator:
arguments: ['@doctrine.orm.entity_manager']
tags: [ 'validator.constraint_validator' ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 0b05d29

Please sign in to comment.