Modifiche all'importazione dei file di ING e visualizzazioni categorie

This commit is contained in:
2024-07-19 11:35:38 +00:00
parent 53c984c315
commit 337504b127
6 changed files with 13 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ class Event extends Model
protected $fillable = [
'title', 'start', 'end'
'title','description', 'start', 'end'
];
}