From b649ce6683bd4c0d58cde936b36864137571cc5b Mon Sep 17 00:00:00 2001 From: Ikhsan Satriadi Date: Wed, 24 Apr 2024 22:32:50 +0700 Subject: [PATCH] Update ValidatorInterface.php --- src/Authentication/Passwords/ValidatorInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Authentication/Passwords/ValidatorInterface.php b/src/Authentication/Passwords/ValidatorInterface.php index 729665d..474d092 100644 --- a/src/Authentication/Passwords/ValidatorInterface.php +++ b/src/Authentication/Passwords/ValidatorInterface.php @@ -2,7 +2,7 @@ namespace Myth\Auth\Authentication\Passwords; -use CodeIgniter\Entity; +use CodeIgniter\Entity\Entity; interface ValidatorInterface {