]> Raphaƫl G. Git Repositories - blogbundle/blobdiff - Resources/config/doctrine/ArticleKeyword.orm.yml
Remove unused doctrine orm config
[blogbundle] / Resources / config / doctrine / ArticleKeyword.orm.yml
diff --git a/Resources/config/doctrine/ArticleKeyword.orm.yml b/Resources/config/doctrine/ArticleKeyword.orm.yml
deleted file mode 100644 (file)
index 5a396c4..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Rapsys\BlogBundle\Entity\ArticleKeyword:
-    type: entity
-    table: articles_keywords
-    id:
-        article_id:
-            type: integer
-            options:
-                unsigned: true
-        keyword_id:
-            type: integer
-            options:
-                unsigned: true