Skip to content

Commit

Permalink
bug #12274 Fix no identifier defined error in ApiPlatform 2.6 (kayue)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.8 branch.

Discussion
----------

Caused by this change api-platform/core#3871

| Q               | A
| --------------- | -----
| Branch?         | 1.8
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | api-platform/core#3871
| License         | MIT

Commits
-------

5a7bc59 Fix no identifier defined error in ApiPlatform 2.6
  • Loading branch information
pamil committed Jan 26, 2021
2 parents b2f6f64 + 5a7bc59 commit a0d0e20
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@

<property name="firstName" required="true" />
<property name="lastName" required="true" />
<property name="email" required="true" />
<property name="email" required="true" identifier="true" />
<property name="password" required="true" />
</resource>
</resources>

0 comments on commit a0d0e20

Please sign in to comment.