Skip to content

Commit

Permalink
Merge 276cbef into c8040fd
Browse files Browse the repository at this point in the history
  • Loading branch information
kedlas committed Apr 30, 2018
2 parents c8040fd + 276cbef commit 5e065b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DI/OrmAnnotationsExtension.php
Expand Up @@ -25,6 +25,7 @@ class OrmAnnotationsExtension extends CompilerExtension
'ignore' => [],
'cache' => FilesystemCache::class,
'cacheDir' => '%tempDir%/cache/Doctrine.Annotations',
'debug' => false,
];

/**
Expand Down Expand Up @@ -62,6 +63,7 @@ public function loadConfiguration(): void
->setFactory(CachedReader::class, [
$this->prefix('@annotationReader'),
$this->prefix('@annotationsCache'),
$config['debug'],
]);

$builder->addDefinition($this->prefix('annotationDriver'))
Expand Down

0 comments on commit 5e065b3

Please sign in to comment.