diff --git a/app/Classes/Modules/Exports/Services/ExportsCustomers.php b/app/Classes/Modules/Exports/Services/ExportsCustomers.php index 04ed3299..f7750153 100644 --- a/app/Classes/Modules/Exports/Services/ExportsCustomers.php +++ b/app/Classes/Modules/Exports/Services/ExportsCustomers.php @@ -45,7 +45,7 @@ class ExportsCustomers implements FromQuery, WithHeadingRow, WithMapping $company->name, count($company->bookings), $company->bookings()->sum('fix_amount'), - PhpOffice\PhpSpreadsheet\Shared\Date::dateTimeToExcel($company->created_at) + \PhpOffice\PhpSpreadsheet\Shared\Date::dateTimeToExcel($company->created_at) ]; } } \ No newline at end of file