From 54ab536f96865d4400336b12275e2dae57d076fd Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 17 Jul 2015 14:48:06 +0930 Subject: [PATCH] Fix forgot password action --- framework/core/src/Api/Actions/ForgotAction.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/core/src/Api/Actions/ForgotAction.php b/framework/core/src/Api/Actions/ForgotAction.php index e394c62ab..141b37b30 100644 --- a/framework/core/src/Api/Actions/ForgotAction.php +++ b/framework/core/src/Api/Actions/ForgotAction.php @@ -1,8 +1,8 @@ users = $users; $this->bus = $bus;