mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
Styling and organization of components
This commit is contained in:
@@ -38,8 +38,8 @@ class AccompanyingPeriodWorkDuplicateController extends AbstractController
|
||||
return [
|
||||
'id' => $acpw->getId(),
|
||||
'socialAction' => $this->stringHelper->localize($acpw->getSocialAction()->getTitle()),
|
||||
'start_date' => $acpw->getStartDate(),
|
||||
'end_date' => $acpw->getEndDate(),
|
||||
'startDate' => $acpw->getStartDate(),
|
||||
'endDate' => $acpw->getEndDate(),
|
||||
];
|
||||
}, $acpwList);
|
||||
|
||||
|
Reference in New Issue
Block a user