This commit is contained in:
Felipe
2023-10-23 18:48:40 -05:00
parent fd9afd2183
commit f7386e21a1
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -17,4 +17,8 @@ class Historial_cuenta extends Model
{
return $this->belongsTo(Historiale::class, 'historial_id');
}
public function cuenta()
{
return $this->belongsTo(Cuentas::class, 'cuenta_id');
}
}