Se adjuntan columnas de apellido paterno y materno para el usuario y validaciones de registro de usuario independiente

This commit is contained in:
2026-03-07 11:03:25 -06:00
parent 3b281faf00
commit 66081df825
10 changed files with 64 additions and 32 deletions
+2
View File
@@ -26,6 +26,8 @@ class User extends Authenticatable
protected $fillable = [
'name',
'apellidoPaterno',
'apellidoMaterno',
'email',
'telefono',
'direccion',