diff --git a/src/Bundle/ChillMainBundle/Export/ExportGenerator.php b/src/Bundle/ChillMainBundle/Export/ExportGenerator.php index 8f0cb040c..272aa0a2f 100644 --- a/src/Bundle/ChillMainBundle/Export/ExportGenerator.php +++ b/src/Bundle/ChillMainBundle/Export/ExportGenerator.php @@ -64,6 +64,7 @@ final readonly class ExportGenerator $this->retrieveUsedModifiers($data), $this->buildCenterReachableScopes($centers), $data['export'], + $context, ); if ($query instanceof \Doctrine\ORM\NativeQuery) {