Skip to content

Commit

Permalink
ref: EMS\ClientHelperBundle\Helper\Routing\Route
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Jan 6, 2024
1 parent 9a19d9e commit 76210b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EMS/client-helper-bundle/src/Helper/Routing/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private function resolveOptions(array $options): array
})
->setNormalizer('options', function (Options $options, $value) {
if (null !== $options['query']) {
$value['query'] = \json_encode($options['query'], JSON_THROW_ON_ERROR);
$value['query'] = Json::encode($options['query']);
}

$value['type'] = $options['type'];
Expand Down

0 comments on commit 76210b6

Please sign in to comment.