Skip to content

Commit

Permalink
Fix factory
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jan 14, 2014
1 parent 30e9455 commit 5075e71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function createService(ServiceLocatorInterface $serviceLocator)
$parentLocator = $serviceLocator->getServiceLocator();

/* @var \ZfrOAuth2Module\Server\Options\ModuleOptions $options */
$options = $serviceLocator->get('ZfrOAuth2Module\Server\Options\ModuleOptions');
$options = $parentLocator->get('ZfrOAuth2Module\Server\Options\ModuleOptions');

/* @var \ZfrOAuth2\Server\Service\TokenService $accessTokenService */
$accessTokenService = $parentLocator->get('ZfrOAuth2\Server\Service\AccessTokenService');
Expand Down

0 comments on commit 5075e71

Please sign in to comment.