Skip to content

Commit

Permalink
#31 doctrine/dbal v4 - Type Array obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
klapaudius committed Oct 7, 2024
1 parent 95e9991 commit 1c4f786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/doctrine/Client.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<mapped-superclass name="FOS\OAuthServerBundle\Entity\Client">
<field name="randomId" column="random_id" type="string" />
<field name="redirectUris" column="redirect_uris" type="array" />
<field name="redirectUris" column="redirect_uris" type="json" />
<field name="secret" column="secret" type="string" />
<field name="allowedGrantTypes" column="allowed_grant_types" type="array" />
<field name="allowedGrantTypes" column="allowed_grant_types" type="json" />
</mapped-superclass>
</doctrine-mapping>

0 comments on commit 1c4f786

Please sign in to comment.