mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +00:00
Use cached file annotation reader
This commit is contained in:
@@ -68,7 +68,7 @@ class ORMServiceProvider implements ServiceProviderInterface
|
|||||||
);
|
);
|
||||||
|
|
||||||
$annotationDriver = new AnnotationDriver(
|
$annotationDriver = new AnnotationDriver(
|
||||||
$annotationReader,
|
$fileCacheReader,
|
||||||
[$app['root.path'].'/lib/Alchemy/Phrasea/Model/Entities']
|
[$app['root.path'].'/lib/Alchemy/Phrasea/Model/Entities']
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user