diff --git a/src/Controller/Teamer/Disposition/ContractPdfController.php b/src/Controller/Teamer/Disposition/ContractPdfController.php index 7fed60c..b4cbc83 100644 --- a/src/Controller/Teamer/Disposition/ContractPdfController.php +++ b/src/Controller/Teamer/Disposition/ContractPdfController.php @@ -48,7 +48,7 @@ class ContractPdfController extends AbstractController $this->logger->info('Create teamer contract', [ 'teamer_id' => $teamer->getId(), - 'teamer_name' => (string) $teamerPart, + 'teamer_name' => (string) $teamer, 'assignment_id' => $assignment->getId(), 'destination' => (string) $destination, ]);