programacion de duplicados

This commit is contained in:
lizandrogd
2025-02-27 16:45:09 -05:00
parent c0e3284c62
commit e51661facd
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -14,7 +14,9 @@ class Log_general extends Model
protected $fillable = [
'user_id',
'detalle',
'tipo'
'tipo',
'historial_id'
];
public function user()