Use cached file annotation reader

This commit is contained in:
Nicolas Le Goff
2015-02-09 12:48:28 +01:00
parent d249b5a898
commit 32b6423cbe

View File

@@ -68,7 +68,7 @@ class ORMServiceProvider implements ServiceProviderInterface
);
$annotationDriver = new AnnotationDriver(
$annotationReader,
$fileCacheReader,
[$app['root.path'].'/lib/Alchemy/Phrasea/Model/Entities']
);