From 0d377ae7cff122cf36b384ee9e1d65dd4ef8556a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 23 Dec 2024 12:05:20 +0100 Subject: [PATCH] fix: maintain original log format --- src/Controller/Teamer/Disposition/ContractPdfController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ]);