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

Commit 24e0e5a

Browse files
committed
Fix: Factory creates a UserController
1 parent ad5283f commit 24e0e5a

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)