From c7ed6ba511309282198291ba20319a05975efd36 Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 24 Feb 2023 18:36:32 +0000 Subject: [PATCH] Fixed smart event. --- public/auth/password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/auth/password.php b/public/auth/password.php index 5b1b8de..c681e9a 100644 --- a/public/auth/password.php +++ b/public/auth/password.php @@ -2,7 +2,7 @@ namespace Misuzu; use Misuzu\AuditLog; -IConfiguse Misuzu\Config\IConfig; +use Misuzu\Config\IConfig; use Misuzu\Users\User; use Misuzu\Users\UserNotFoundException; use Misuzu\Users\UserLoginAttempt;