requestor, just display datas

This commit is contained in:
2021-05-07 19:53:08 +02:00
parent a887326611
commit 226f71ab2b
8 changed files with 115 additions and 59 deletions

View File

@@ -106,6 +106,11 @@ class AccompanyingCourseController extends Controller
])
);
//$accompanyingCourse->getRequestorPerson();
//$accompanyingCourse->getRequestorThirdParty();
//$accompanyingCourse->isRequestorAnonymous();
//dump($accompanyingCourse); die;
switch ($_format) {
case 'json':
return $this->json($accompanyingCourse);