Se agrego tipo a log_general.

This commit is contained in:
lizandrogd
2025-02-27 10:55:12 -05:00
parent 33859c8777
commit 76bd9df10e
10 changed files with 54 additions and 3 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ class Log_general extends Model
protected $fillable = [
'user_id',
'detalle'
'detalle',
'tipo'
];
public function user()