Skip to content

Commit abc80bd

Browse files
committed
Merge branch 'staging' into deployment
2 parents ef0c775 + ba7cdca commit abc80bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Exports/ApplicantsExport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ public function map($application): array
8686
})->implode(', '),
8787
implode(",", $user->faculties->pluck('name')->toArray()),
8888
$application->appliedWorkshops()->implode('name', ','),
89-
$user->isResident() ? 'Bentlakó' : 'Bejáró',
89+
$application->applied_for_resident_status ? 'Bentlakó' : 'Bejáró',
9090
($user->educationalInformation?->alfonso_language ?
9191
__('role.'.$user->educationalInformation->alfonso_language) . " " . $user->educationalInformation->alfonso_desired_level
9292
: ""),
9393
implode(" \n", $application->question_1),
9494
$application->present ?? true,
95-
$user->application->accommodation
95+
$application->accommodation
9696
];
9797
}
9898
}

0 commit comments

Comments
 (0)