Skip to content

Commit a155873

Browse files
committed
minor fix
1 parent 332bdd4 commit a155873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/OptimisationDemo2Seeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ static private function complexModel6()
269269
$meeting2->timeslots()->create($timeslots2);
270270
$meeting2->timeslots()->create($timeslots3);
271271
$meeting2->timeslots()->create($timeslots6);
272-
$meeting2->timeslots()->create($timeslots1);
272+
$meeting2->timeslots()->create($timeslots4);
273273
$employees[0]->calendars()->first()->timeslots()->create($timeslots2);
274274
$employees[0]->calendars()->first()->timeslots()->create($timeslots3);
275275
$employees[0]->calendars()->first()->timeslots()->create($timeslots6);

0 commit comments

Comments
 (0)