Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhaujjwal committed Aug 12, 2014
1 parent 3fc3b91 commit 2ebbc12
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 2ebbc12

Please sign in to comment.