add media stuff

This commit is contained in:
Benjamin Takats
2022-12-03 19:44:41 +01:00
parent 3749c3653b
commit a8fa8ecc5b
16 changed files with 219 additions and 24 deletions

View File

@@ -107,6 +107,7 @@ class DatabaseSeeder extends Seeder
Event::create([
'course_id' => 1,
'venue_id' => 1,
'link' => 'https://einundzwanzig.space',
'from' => now()->startOfDay(),
'to' => now()
->startOfDay()