SyliusResourceBundle
SyliusResourceBundle copied to clipboard
Symfony 6 support
| Q | A |
|---|---|
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | |
| License | MIT |
Hi,
I was tricked by the same recently. Actually, the function which reads parameters (aleph.http.client-middleware/opt) look for the parameter both with & without the question mark ?.
See https://github.com/ztellman/aleph/pull/386#issuecomment-393811755 for a deeper explanation :-)
@rborer thanks mate!