Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
quick namespace fix
  • Loading branch information
bazo committed Jul 24, 2012
1 parent a5e3bb6 commit 9a38210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bazo/Extensions/Neo4j/DI/Neo4jExtension.php
Expand Up @@ -80,7 +80,7 @@ public static function createEntityManager(\Nette\DI\Container $container, $conf
$em = new \HireVoice\Neo4j\EntityManager($client, $metaRepository);

$panel = $container->neo4j->panel;
$em->registerEvent(HireVoice\Neo4j\EntityManager::QUERY_RUN, function($query, $parameters, $time)use($panel){
$em->registerEvent(\HireVoice\Neo4j\EntityManager::QUERY_RUN, function($query, $parameters, $time)use($panel){
$panel->addQuery($query, $parameters, $time);
});

Expand Down

0 comments on commit 9a38210

Please sign in to comment.