Skip to content

Commit 8285c60

Browse files
Merge branch '1.1.x' of github.com:doctrine/persistence into fix-metadata-caching-1-1-x
2 parents af490ed + 9fac5cd commit 8285c60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,7 @@ public function setMetadataFor($className, $class)
224224

225225
$this->cacheDriver->save(
226226
$className . $this->cacheSalt,
227-
$this->loadedMetadata[$className],
228-
null
227+
$this->loadedMetadata[$className]
229228
);
230229
}
231230

0 commit comments

Comments
 (0)