]> Raphaël G. Git Repositories - userbundle/commitdiff
Rename title in civility
authorRaphaël Gertz <git@rapsys.eu>
Tue, 23 Feb 2021 23:10:35 +0000 (00:10 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 23 Feb 2021 23:10:35 +0000 (00:10 +0100)
Resources/config/doctrine/User.orm.yml

index a6a37f3620aa50fed96a991d72b7700619be2c03..a621be7abfd3b370de970a4a91e60324d3dc96f9 100644 (file)
@@ -33,8 +33,8 @@ Rapsys\UserBundle\Entity\User:
         updated:
             type: datetime
     manyToOne:
         updated:
             type: datetime
     manyToOne:
-        title:
-            targetEntity: Title
+        civility:
+            targetEntity: Civility
             inversedBy: users
     manyToMany:
         groups:
             inversedBy: users
     manyToMany:
         groups: