Skip to content

Commit

Permalink
Merge pull request #29 from davidbwire/patch-1
Browse files Browse the repository at this point in the history
Bug Fix
  • Loading branch information
pdobrigkeit committed May 12, 2014
2 parents 51d569d + 6074187 commit ad09ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GoalioForgotPassword/Form/Service/ResetFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand All @@ -15,4 +15,4 @@ public function createService(ServiceLocatorInterface $serviceLocator) {
return $form;
}

}
}

0 comments on commit ad09ec7

Please sign in to comment.