Fix environment-based selection of Query Parser

This commit is contained in:
Sobuno
2025-01-02 20:03:39 +01:00
parent 92f5cca65b
commit c44b827922
2 changed files with 6 additions and 2 deletions

View File

@@ -253,4 +253,8 @@ return [
'destination_balance_lt' => ['alias' => false, 'needs_context' => true],
'destination_balance_is' => ['alias' => false, 'needs_context' => true],
],
/**
* Which query parser to use - 'new' or 'legacy'
*/
'query_parser' => env('QUERY_PARSER_IMPLEMENTATION', 'legacy'),
];