Skip to content

Commit 6a5b764

Browse files
committed
Merge pull request #64 from xabbuh/mapping-directory-fix
Mapping directory fix
2 parents 6c97ac8 + 713983b commit 6a5b764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/config/dist/phpcr_odm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'test_default' => array(
2020
'type' => 'annotation',
2121
'prefix' => 'Symfony\Cmf\Component\Testing\Document',
22-
'dir' => CMF_TEST_ROOT_DIR.'/src/Symfony/Cmf/Component/Testing/Document',
22+
'dir' => CMF_TEST_ROOT_DIR.'/src/Document',
2323
'is_bundle' => false,
2424
),
2525
),

0 commit comments

Comments
 (0)