Skip to content

Commit

Permalink
Fix date mapping for ODM
Browse files Browse the repository at this point in the history
  • Loading branch information
markitosgv authored Nov 12, 2019
1 parent 474320e commit e3b2db2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<mapped-superclass name="Gesdinet\JWTRefreshTokenBundle\Document\AbstractRefreshToken">
<field field-name="refreshToken" type="string" unique="true" />
<field field-name="username" type="string" />
<field field-name="valid" type="datetime"/>
<field field-name="valid" type="date"/>
</mapped-superclass>
</doctrine-mongo-mapping>

0 comments on commit e3b2db2

Please sign in to comment.