Skip to content

Commit

Permalink
Merge pull request #3389 from acrobat/register-gemdo-doctrine-mapping…
Browse files Browse the repository at this point in the history
…-with-attributes

[MediaBundle] Prepend gedmo translatable doctrine mapping with attributes
  • Loading branch information
acrobat authored Apr 7, 2024
2 parents 51011b4 + b5dc4dd commit c35bef5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function prepend(ContainerBuilder $container): void
'orm' => [
'mappings' => [
'gedmo_translatable' => [
'type' => 'annotation',
'type' => 'attribute',
'prefix' => 'Gedmo\Translatable\Entity',
'dir' => '%kernel.project_dir%/vendor/gedmo/doctrine-extensions/' . $baseDir . '/Translatable/Entity',
'alias' => 'GedmoTranslatable',
Expand Down

0 comments on commit c35bef5

Please sign in to comment.