Skip to content

Commit

Permalink
Merge branch '1.1.x' of github.com:doctrine/persistence into fix-meta…
Browse files Browse the repository at this point in the history
…data-caching-1-1-x
  • Loading branch information
dron-alterpost committed Feb 19, 2019
2 parents af490ed + 9fac5cd commit 8285c60
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ public function setMetadataFor($className, $class)

$this->cacheDriver->save(
$className . $this->cacheSalt,
$this->loadedMetadata[$className],
null
$this->loadedMetadata[$className]
);
}

Expand Down

0 comments on commit 8285c60

Please sign in to comment.