Compare commits

...

4 Commits

Author SHA1 Message Date
Pol Dellaiera
8364518282 Rename ChillPersonBundle:AccompanyingPeriod to ChillPersonBundle:AccompanyingPeriodParticipation. 2021-05-14 08:48:40 +02:00
Marc Ducobu
4e50d0ace9 Merge branch 'fix-style-stuff2' into 'master'
Fix style stuff2

See merge request Chill-Projet/chill-bundles!47
2021-05-12 14:06:46 +00:00
Marc Ducobu
0b54adeb59 Removing spaces at the end of line 2021-05-12 16:04:42 +02:00
Marc Ducobu
5d23de4862 Removing spaces at the end of line 2021-05-12 16:04:27 +02:00
5 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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