Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 5969c94

Browse files
committed
Merge pull request #469 from localheinz/fix/annotation
Fix: Factory creates a UserController, not an IndexController
2 parents 95c7c5c + 24e0e5a commit 5969c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/ZfModule/src/ZfModule/Controller/UserControllerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class UserControllerFactory implements FactoryInterface
1212
{
1313
/**
1414
* @param ServiceLocatorInterface $controllerManager
15-
* @return IndexController
15+
* @return UserController
1616
*/
1717
public function createService(ServiceLocatorInterface $controllerManager)
1818
{

0 commit comments

Comments
 (0)