Add $context parameter to export query generation

This update introduces the $context parameter to the query generator method. It ensures additional contextual data can be passed and utilized, improving the flexibility of export generation logic.
This commit is contained in:
2025-04-07 11:31:52 +02:00
parent bb42ee25ff
commit 566b72ec9e

View File

@@ -64,6 +64,7 @@ final readonly class ExportGenerator
$this->retrieveUsedModifiers($data),
$this->buildCenterReachableScopes($centers),
$data['export'],
$context,
);
if ($query instanceof \Doctrine\ORM\NativeQuery) {