Generalizzato i documenti issue #5

This commit is contained in:
2023-10-13 14:33:00 +02:00
parent 7443d52215
commit e0c8491e45
9 changed files with 170 additions and 17 deletions

View File

@@ -58,7 +58,7 @@ class Documenti extends Model
}
// Proposta modifica issue {#5 gitea} (generalizzazione del documento)
/*
/*
public static function getList($id,$entity)
{
self::where('entita','=',$entity)->where('entita_id','=',$id)->get();