diff options
Diffstat (limited to 'src/controllers/PasswordReminderController.php')
-rw-r--r-- | src/controllers/PasswordReminderController.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controllers/PasswordReminderController.php b/src/controllers/PasswordReminderController.php index 0c2a087..622e92c 100644 --- a/src/controllers/PasswordReminderController.php +++ b/src/controllers/PasswordReminderController.php @@ -6,8 +6,9 @@ * Time: 13:13 */ -namespace CamilStaps\BotleaguesApi; +namespace CamilStaps\BotleaguesApi\Controllers; +use CamilStaps\BotleaguesApi\Database\PasswordReminder; use Illuminate\Support\Facades\Input; class PasswordReminderController extends BaseController { |