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 @@ -56,25 +56,25 @@ doctrine:
5656 prefix : ' Chamilo\LtiBundle\Entity'
5757 alias : ChamiloLtiBundle
5858 gedmo_translatable :
59- type : annotation
59+ type : attribute
6060 prefix : Gedmo\Translatable\Entity
6161 dir : " %kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Translatable/Entity"
6262 alias : GedmoTranslatable # (optional) it will default to the name set for the mapping
6363 is_bundle : false
6464 gedmo_translator :
65- type : annotation
65+ type : attribute
6666 prefix : Gedmo\Translator\Entity
6767 dir : " %kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Translator/Entity"
6868 alias : GedmoTranslator # (optional) it will default to the name set for the mapping
6969 is_bundle : false
7070 gedmo_loggable :
71- type : annotation
71+ type : attribute
7272 prefix : Gedmo\Loggable\Entity
7373 dir : " %kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Loggable/Entity"
7474 alias : GedmoLoggable # (optional) it will default to the name set for the mappingmapping
7575 is_bundle : false
7676 gedmo_tree :
77- type : annotation
77+ type : attribute
7878 prefix : Gedmo\Tree\Entity
7979 dir : " %kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Tree/Entity"
8080 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