Skip to content

Commit 07ca6c5

Browse files
committed
ITSTYR-78: Fixed path in config
1 parent 887d155 commit 07ca6c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/packages/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ doctrine:
3232
gedmo_loggable:
3333
type: annotation
3434
prefix: Gedmo\Loggable\Entity
35-
dir: "%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity"
35+
dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Loggable/Entity"
3636
alias: GedmoLoggable # (optional) it will default to the name set for the mapping
3737
is_bundle: false

0 commit comments

Comments
 (0)