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