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;