File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,25 @@ to register their mapping in Doctrine when you want to use them.
1717 default :
1818 mappings :
1919 gedmo_translatable :
20- type : annotation
20+ type : attribute
2121 prefix : Gedmo\Translatable\Entity
2222 dir : " %kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Translatable/Entity"
2323 alias : GedmoTranslatable # (optional) it will default to the name set for the mapping
2424 is_bundle : false
2525 gedmo_translator :
26- type : annotation
26+ type : attribute
2727 prefix : Gedmo\Translator\Entity
2828 dir : " %kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Translator/Entity"
2929 alias : GedmoTranslator # (optional) it will default to the name set for the mapping
3030 is_bundle : false
3131 gedmo_loggable :
32- type : annotation
32+ type : attribute
3333 prefix : Gedmo\Loggable\Entity
3434 dir : " %kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Loggable/Entity"
3535 alias : GedmoLoggable # (optional) it will default to the name set for the mapping
3636 is_bundle : false
3737 gedmo_tree :
38- type : annotation
38+ type : attribute
3939 prefix : Gedmo\Tree\Entity
4040 dir : " %kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Tree/Entity"
4141 alias : GedmoTree # (optional) it will default to the name set for the mapping
You can’t perform that action at this time.
0 commit comments