From 88cfa17831bf0eca6ea03a108ad40d9693875089 Mon Sep 17 00:00:00 2001 From: Marco Rieger Date: Sun, 3 Jul 2016 23:58:53 +0200 Subject: [PATCH] update correct namespace --- module/Auth/src/Auth/Form/Fieldset/ResetPassword.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/module/Auth/src/Auth/Form/Fieldset/ResetPassword.php b/module/Auth/src/Auth/Form/Fieldset/ResetPassword.php index 5ed4539..612a7cb 100644 --- a/module/Auth/src/Auth/Form/Fieldset/ResetPassword.php +++ b/module/Auth/src/Auth/Form/Fieldset/ResetPassword.php @@ -1,6 +1,7 @@ sm->get('AuthService'); + $authService = $this->sm->get(AuthenticationService::class); return $authService->getIdentity()->checkAgainstPassword($value); } @@ -137,4 +138,4 @@ public function getInputFilterSpecification() ); } -} \ No newline at end of file +}