mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
split personAction in sub-component
This commit is contained in:
@@ -85,6 +85,7 @@ class AccompanyingCourseController extends Controller
|
||||
*/
|
||||
$person = $participation->getPerson();
|
||||
$persons[$k] = [
|
||||
'id' => $person->getId(),
|
||||
'firstname' => $person->getFirstName(),
|
||||
'lastname' => $person->getLastName(),
|
||||
'email' => $person->getEmail(),
|
||||
|
Reference in New Issue
Block a user