add media stuff

This commit is contained in:
Benjamin Takats
2022-12-03 19:44:41 +01:00
parent dd206810d9
commit 43d33db0cb
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()