parent
0a0fd1e8b0
commit
fc44a6cb40
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class GenerateEventsCommand extends ContainerAwareCommand
|
|||
/** @var \DateTime $enddate */
|
||||
$enddate = clone $next_date;
|
||||
$enddate->add($duration);
|
||||
$entity->enddate = $enddate;
|
||||
$event->enddate = $enddate;
|
||||
}
|
||||
$event->summary = $entity->summary;
|
||||
$event->description = $entity->description;
|
||||
|
|
Reference in a new issue