aggiornato lista dei movimenti e inserito come test il fullcalendar

This commit is contained in:
2023-10-04 13:41:10 +02:00
parent 21cc195ce4
commit 67775716b8
13 changed files with 99 additions and 25 deletions

View File

@@ -53,7 +53,7 @@ class Documenti extends Model
public static function getList($id)
{
return DB::table('documentis')
->where('movimenti_id','=',$id)
->where('movimenti_id','=', $id)
->get();
}