]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Resources/config/doctrine/.highlight.css
Rename title in civility
[userbundle] / Resources / config / doctrine / .highlight.css
diff --git a/Resources/config/doctrine/Title.orm.yml b/Resources/config/doctrine/Title.orm.yml
deleted file mode 100644 (file)
index 85354a0..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-Rapsys\UserBundle\Entity\Title:
-    type: mappedSuperclass
-    id:
-        id:
-            type: integer
-            generator: 
-                strategy: AUTO
-            options:
-                unsigned: true
-    fields:
-        title:
-            type: string
-            length: 16
-        created:
-            type: datetime
-        updated:
-            type: datetime
-#    oneToMany:
-#        users:
-#            targetEntity: User
-#            mappedBy: title