From 055329119140365adac9b3261ecec9b76b96e813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna-Sara=20S=C3=A9lea?= Date: Tue, 13 Jan 2026 22:45:59 +0100 Subject: [PATCH] Console fix --- routes/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index f029059..5536ff3 100644 --- a/routes/console.php +++ b/routes/console.php @@ -80,7 +80,7 @@ Schedule::call(function () { [ 'lan_id' => $volunteer['lan_id'], 'name' => $volunteer['first_name'] . " " . $volunteer['surname'], - 'guardian_name' => $participant['guardian_name'], + 'guardian_name' => $volunteer['first_name'] . " " . $volunteer['surname'] ] ); }