Skip to content

Commit

Permalink
Fix valid ORM mapping as datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
markitosgv authored Oct 14, 2019
1 parent 75674f0 commit 671163c
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\Entity\AbstractRefreshToken">
<field name="refreshToken" type="string" column="refresh_token" length="128" unique="true"/>
<field name="username" type="string" length="255" column="username"/>
<field name="valid" type="date"/>
<field name="valid" type="datetime"/>
</mapped-superclass>
</doctrine-mapping>

0 comments on commit 671163c

Please sign in to comment.