Skip to content

Commit

Permalink
-create EntityNotExist constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
arad021 committed Nov 15, 2023
1 parent 1c92c4b commit 9b6ed91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Then register the services with:
```yaml
# config/packages/arad021_entity_already_exists_validator.yaml
services:
Arad021\Validator\Constraint\EntityExistValidator:
Arad021\Validator\Constraint\EntityNotExistValidator:
arguments: ['@doctrine.orm.entity_manager']
tags: [ 'validator.constraint_validator' ]
```
Expand Down

0 comments on commit 9b6ed91

Please sign in to comment.