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:
Julien Fastré 2025-04-07 11:31:52 +02:00
parent bb42ee25ff
commit 566b72ec9e
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

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) {