add event_photo_path attribut to Event model

This commit is contained in:
2026-04-01 20:15:13 +02:00
parent afbffe99a8
commit 615c084995
+1
View File
@@ -11,6 +11,7 @@ class Event extends Model
protected $fillable = [
"name",
"description",
"event_photo_path",
'start',
'end',
];