Compare commits

...

1 Commits

3 changed files with 5 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ abstract class AbstractTimelineAccompanyingPeriod implements TimelineProviderInt
}
$metadata = $this->em
->getClassMetadata('ChillPersonBundle:AccompanyingPeriod')
->getClassMetadata('ChillPersonBundle:AccompanyingPeriodParticipation')
;
return array(

View File

@@ -46,7 +46,7 @@ class TimelineAccompanyingPeriodClosing extends AbstractTimelineAccompanyingPeri
public function fetchQuery($context, array $args)
{
$metadata = $this->em
->getClassMetadata('ChillPersonBundle:AccompanyingPeriod');
->getClassMetadata('ChillPersonBundle:AccompanyingPeriodParticipation');
$data = $this->basicFetchQuery($context, $args);

View File

@@ -46,7 +46,7 @@ class TimelineAccompanyingPeriodOpening extends AbstractTimelineAccompanyingPeri
public function fetchQuery($context, array $args)
{
$metadata = $this->em
->getClassMetadata('ChillPersonBundle:AccompanyingPeriod');
->getClassMetadata('ChillPersonBundle:AccompanyingPeriodParticipation');
$data = $this->basicFetchQuery($context, $args);