Skip to content

Commit

Permalink
Merge pull request lphuberdeau#80 from Deltachaos/public-get-meta
Browse files Browse the repository at this point in the history
Make getMeta public to get information about entities
  • Loading branch information
lphuberdeau committed May 26, 2014
2 parents 0937a41 + 097dae2 commit 13e9de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/HireVoice/Neo4j/EntityManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ private function writeIndexes()
$this->commit();
}

private function getMeta($entity)
public function getMeta($entity)
{
return $this->metaRepository->fromClass(get_class($entity));
}
Expand Down

0 comments on commit 13e9de0

Please sign in to comment.