From 18fbb0ec27ed1e4d10cae7f7812f6d0c9b9d5a88 Mon Sep 17 00:00:00 2001 From: Najdanovic Ivan Date: Mon, 16 Sep 2024 00:25:43 +0200 Subject: [PATCH] Fix Codeigniter Entity --- 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 {