Add context parameter to export generation methods

This commit is contained in:
2025-04-24 22:00:13 +02:00
parent 828739edf5
commit a74118e5d4
2 changed files with 5 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ final readonly class ExportGenerator
$data['export'],
$filtersData,
$aggregatorsData,
$context,
);
}
@@ -125,6 +126,7 @@ final readonly class ExportGenerator
$data['export'],
$filtersData,
$aggregatorsData,
$context,
);
return new FormattedExportGeneration($generatedExport->getContent(), $generatedExport->headers->get('content-type'));