]> Raphaël G. Git Repositories - treebundle/commitdiff
Rename resource to asset
authorRaphaël Gertz <git@rapsys.eu>
Sun, 3 Nov 2024 04:36:41 +0000 (05:36 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 3 Nov 2024 04:36:41 +0000 (05:36 +0100)
config/doctrine/User.orm.yml

index 3baa63ba6b83fd3bf3d7fd619dba1b32491265ba..d57abeb61d1992884976796c71a602e81e762213 100644 (file)
@@ -13,8 +13,8 @@ Rapsys\TreeBundle\Entity\User:
 #            unique: true
 #            nullable: true
     oneToMany:
-        resources:
-            targetEntity: Rapsys\TreeBundle\Entity\Resource
+        assets:
+            targetEntity: Rapsys\TreeBundle\Entity\Asset
             mappedBy: user
 #    manyToMany:
 #        groups: