Skip to content

Commit

Permalink
s/getEvents/events/
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 2, 2012
1 parent ef06252 commit d80834a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module.php
Expand Up @@ -9,7 +9,7 @@ class Module implements AutoloaderProvider
{
public function init($manager)
{
$events = $manager->getEvents();
$events = $manager->events();
if (method_exists($events, 'getStaticConnections')) {
$shared = $events->getStaticConnections();
} elseif (method_exists($events, 'getSharedCollections')) {
Expand Down

0 comments on commit d80834a

Please sign in to comment.