File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ using an email address that already exists in the system.
1212| | - `message `_ |
1313| | - `em `_ |
1414| | - `repositoryMethod `_ |
15+ | | - `entityClass `_ |
1516| | - `errorPath `_ |
1617| | - `ignoreNull `_ |
1718| | - `payload `_ |
@@ -164,6 +165,16 @@ The name of the repository method to use for making the query to determine
164165the uniqueness. If it's left blank, the ``findBy `` method will be used.
165166This method should return a countable result.
166167
168+ entityClass
169+ ~~~~~~~~~~~
170+
171+ **type **: ``string `` **default **: ``null ``
172+
173+ The fully-qualified class name (FQCN) of the entity to get the repository used for making the query to determine
174+ the uniqueness. If it's left blank, the exact entity instance repository will be used.
175+ If set, the selected entity repository will be used regardless of the real class of the instance.
176+ It's particularly useful when dealing with Doctrine Inheritance Mapping.
177+
167178errorPath
168179~~~~~~~~~
169180
You can’t perform that action at this time.
0 commit comments