mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Added missing upgrade step required after PR #7349
This commit is contained in:
parent
454681b729
commit
7858909e04
1 changed files with 7 additions and 0 deletions
|
|
@ -395,6 +395,13 @@ From now on it won't compute every possible permutation of fallback locales from
|
|||
sylius_shop_payum:
|
||||
resource: "@SyliusShopBundle/Resources/config/routing/payum.yml"
|
||||
```
|
||||
|
||||
* Add exception config to `fos_rest` in `config.yml`:
|
||||
|
||||
```yml
|
||||
fos_rest:
|
||||
exception: ~
|
||||
```
|
||||
|
||||
### Security
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue