Skip to content

Commit ba2b0bf

Browse files
committed
Internal: Update doctrine.yaml to use attributes instead of annotations for Gedmo mappings - refs BT#22627
1 parent bb3dd76 commit ba2b0bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/packages/doctrine.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)