Added missing upgrade step required after PR #7349

This commit is contained in:
gorkalaucirica 2017-03-03 10:42:44 +01:00
parent 454681b729
commit 7858909e04

View file

@ -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