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.
17
17
default :
18
18
mappings :
19
19
gedmo_translatable :
20
- type : annotation
20
+ type : attribute
21
21
prefix : Gedmo\Translatable\Entity
22
22
dir : " %kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Translatable/Entity"
23
23
alias : GedmoTranslatable # (optional) it will default to the name set for the mapping
24
24
is_bundle : false
25
25
gedmo_translator :
26
- type : annotation
26
+ type : attribute
27
27
prefix : Gedmo\Translator\Entity
28
28
dir : " %kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Translator/Entity"
29
29
alias : GedmoTranslator # (optional) it will default to the name set for the mapping
30
30
is_bundle : false
31
31
gedmo_loggable :
32
- type : annotation
32
+ type : attribute
33
33
prefix : Gedmo\Loggable\Entity
34
34
dir : " %kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Loggable/Entity"
35
35
alias : GedmoLoggable # (optional) it will default to the name set for the mapping
36
36
is_bundle : false
37
37
gedmo_tree :
38
- type : annotation
38
+ type : attribute
39
39
prefix : Gedmo\Tree\Entity
40
40
dir : " %kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Tree/Entity"
41
41
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