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 {