mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
set timezone
This commit is contained in:
@@ -107,9 +107,9 @@ class DatabaseSeeder extends Seeder
|
||||
Event::create([
|
||||
'course_id' => 1,
|
||||
'venue_id' => 1,
|
||||
'from' => now()->addDays(10),
|
||||
'from' => now()->startOfDay(),
|
||||
'to' => now()
|
||||
->addDays(10)
|
||||
->startOfDay()
|
||||
->addHour(),
|
||||
]);
|
||||
Registration::create([
|
||||
|
||||
Reference in New Issue
Block a user