Skip to content

Commit

Permalink
Fix no identifier defined error in ApiPlatform 2.6
Browse files Browse the repository at this point in the history
Caused by this change api-platform/core#3871
  • Loading branch information
kayue committed Jan 23, 2021
1 parent b2f6f64 commit 5a7bc59
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 5a7bc59

Please sign in to comment.