Skip to content

Commit

Permalink
Merge pull request #15 from ojhaujjwal/master
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
bakura10 committed Aug 12, 2014
2 parents 2a3b496 + 2ebbc12 commit 77b2424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

'controllers' => [
'factories' => [
'ZfrOAuth2Module\Server\Controller\AuthorizationController' => 'ZfrOAuth2Module\Server\Factory\AuthorizeControllerFactory',
'ZfrOAuth2Module\Server\Controller\AuthorizationController' => 'ZfrOAuth2Module\Server\Factory\AuthorizationControllerFactory',
'ZfrOAuth2Module\Server\Controller\TokenController' => 'ZfrOAuth2Module\Server\Factory\TokenControllerFactory'
]
],
Expand Down

0 comments on commit 77b2424

Please sign in to comment.