From: Louis Jeckel Date: Mon, 10 May 2021 15:27:46 +0000 (+0200) Subject: ass position to export X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3c60178c2972256c91e8928efdffd809bbe2257e;p=psq.git ass position to export --- diff --git a/app/Nova/Actions/ExportUsersToExcel.php b/app/Nova/Actions/ExportUsersToExcel.php index 004c4e7..8da02ca 100644 --- a/app/Nova/Actions/ExportUsersToExcel.php +++ b/app/Nova/Actions/ExportUsersToExcel.php @@ -36,7 +36,9 @@ class ExportUsersToExcel extends DownloadExcel implements WithMapping, WithHeadi $user->postal_code, $user->country, $user->phone, - (string) $user->organization + (string) $user->organization, + $user->position, + ]; @@ -53,7 +55,8 @@ class ExportUsersToExcel extends DownloadExcel implements WithMapping, WithHeadi 'Code Postal', 'Pays', 'Téléphone', - 'Organisation' + 'Organisation', + 'Position', ]; }