mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
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:
parent
bb42ee25ff
commit
566b72ec9e
@ -64,6 +64,7 @@ final readonly class ExportGenerator
|
|||||||
$this->retrieveUsedModifiers($data),
|
$this->retrieveUsedModifiers($data),
|
||||||
$this->buildCenterReachableScopes($centers),
|
$this->buildCenterReachableScopes($centers),
|
||||||
$data['export'],
|
$data['export'],
|
||||||
|
$context,
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($query instanceof \Doctrine\ORM\NativeQuery) {
|
if ($query instanceof \Doctrine\ORM\NativeQuery) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user