]> Raphaël G. Git Repositories - airbundle/commitdiff
Add google tokens
authorRaphaël Gertz <git@rapsys.eu>
Wed, 21 Feb 2024 11:17:46 +0000 (12:17 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 21 Feb 2024 11:17:46 +0000 (12:17 +0100)
Resources/config/doctrine/User.orm.yml

index b6161cbf983cd1aa8467b99de01526dd340c36af..cd5d307a282747832b3ce8c6dbab0ddcbb75313e 100644 (file)
@@ -26,6 +26,9 @@ Rapsys\AirBundle\Entity\User:
         snippets:
             targetEntity: Rapsys\AirBundle\Entity\Snippet
             mappedBy: user
+        googleTokens:
+            targetEntity: Rapsys\AirBundle\Entity\GoogleToken
+            mappedBy: user
     manyToMany:
         dances:
             targetEntity: Rapsys\AirBundle\Entity\Dance