Skip to content

Commit

Permalink
make getMeta public to get information about entities
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltachaos committed May 22, 2014
1 parent 9296071 commit 097dae2
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 097dae2

Please sign in to comment.