Skip to content

Commit b353dbd

Browse files
committed
chore(GH-1280): fix deprecated League\Csv\EscapeFormula::__invoke() usage in XLS export
1 parent f18a1dd commit b353dbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zmsadmin/src/Zmsadmin/ScopeAppointmentsByDayXlsExport.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public function readResponse(
7272
$writer = Writer::createFromString();
7373
$escapeFormula = new EscapeFormula();
7474
$writer->addFormatter([$escapeFormula, 'escapeRecord']);
75-
$writer->addFormatter(new EscapeFormula());
7675
$writer->insertOne($xlsHeaders);
7776
$writer->setOutputBOM(\League\Csv\Bom::Utf8);
7877
$writer->insertAll($rows);

0 commit comments

Comments
 (0)