Skip to content

Commit

Permalink
Bugfix: Treeable annotation using wrong namespace #14
Browse files Browse the repository at this point in the history
  • Loading branch information
mishak87 committed Nov 13, 2015
1 parent 1590836 commit fd58a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rixxi/Gedmo/DI/OrmExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function getEntityMappings()
$annotations = array(
'loggable' => 'Loggable',
'translatable' => 'Translatable',
'treeable' => 'Treeable',
'treeable' => 'Tree',
);

$path = realpath(__DIR__ . '/../../../../../../gedmo/doctrine-extensions/lib/Gedmo');
Expand Down

0 comments on commit fd58a60

Please sign in to comment.