utilidad incompleto

This commit is contained in:
Felipe
2023-07-26 17:27:26 -05:00
parent 0e980ab00a
commit 190be28228
4 changed files with 200 additions and 7 deletions
-3
View File
@@ -44,7 +44,4 @@ class Historiale extends Model
public function cuentas_obsoletas(){
return $this ->belongsToMany(Cuentas::class,'logs','historial_id','cuenta_id');
}
}