Mergeados UserModel's y eliminadas referencias a App\Models\UserModel a favor de App\Models\Usuarios\UserModel

This commit is contained in:
imnavajas
2025-04-03 13:54:19 +02:00
parent ac804e9720
commit a123c2dfa7
10 changed files with 154 additions and 209 deletions

View File

@ -13,7 +13,7 @@ declare(strict_types=1);
namespace Config;
use App\Models\UserModel;
use App\Models\Usuarios\UserModel;
use CodeIgniter\Shield\Authentication\Authenticators\JWT;
use CodeIgniter\Shield\Authentication\Passwords\ValidationRules;
use CodeIgniter\Shield\Config\Auth as ShieldAuth;