diff --git a/src/GoalioForgotPassword/Form/Service/ResetFactory.php b/src/GoalioForgotPassword/Form/Service/ResetFactory.php index 1032522..c4830b0 100644 --- a/src/GoalioForgotPassword/Form/Service/ResetFactory.php +++ b/src/GoalioForgotPassword/Form/Service/ResetFactory.php @@ -6,7 +6,7 @@ use Zend\ServiceManager\ServiceLocatorInterface; use Zend\ServiceManager\FactoryInterface; -class ForgotFactory implements FactoryInterface { +class ResetFactory implements FactoryInterface { public function createService(ServiceLocatorInterface $serviceLocator) { $options = $serviceLocator->get('goalioforgotpassword_module_options'); @@ -15,4 +15,4 @@ public function createService(ServiceLocatorInterface $serviceLocator) { return $form; } -} \ No newline at end of file +}