From 2ebbc12113230f794288df40dd2b9cc50d39d682 Mon Sep 17 00:00:00 2001 From: Ujjwal Ojha Date: Tue, 12 Aug 2014 15:28:55 +0545 Subject: [PATCH] Fixed typo --- config/module.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/module.config.php b/config/module.config.php index dd6954b..0bb1aba 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -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' ] ],