Merge branch 'main' into 'feat/edit_factura'

Main

See merge request jjimenez/safekat!292
This commit is contained in:
2024-07-17 07:55:06 +00:00
19 changed files with 386 additions and 2356 deletions

View File

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