Adding languages in DB ref #356

This commit is contained in:
Marc Ducobu
2014-11-26 12:22:44 +01:00
parent 70f5e81fd0
commit 22df3cb17d
3 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Chill\MainBundle\Entity\Language:
type: entity
table: null
id:
id:
type: string
fields:
name:
type: json_array
lifecycleCallbacks: { }