added location url option

This commit is contained in:
2023-05-09 10:58:51 +10:00
parent 6b3eb97568
commit 0de47b3104
5 changed files with 57 additions and 11 deletions

View File

@@ -19,6 +19,7 @@ class Event extends Model
protected $fillable = [
'title',
'location',
'location_url',
'address',
'start_at',
'end_at',