Skip to content

Commit

Permalink
Rename method: getServiceConfiguration -> getServiceConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Lundrigan committed Jul 24, 2012
1 parent c43c388 commit 1457ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function onBootstrap(EventInterface $e)
$profileEvents->attachAggregate($serviceManager->get('CdliUserProfile\Integration\ZfcUser'));
}

public function getServiceConfiguration()
public function getServiceConfig()
{
return array(
'factories' => array(
Expand Down

0 comments on commit 1457ebc

Please sign in to comment.