Skip to content

Commit

Permalink
Update app-module-urlrules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Aug 27, 2019
1 parent 7aa76f0 commit 899261e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/app-module-urlrules.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ In order to define the url rules from the urlManager config scope, you can just
```php
'urlManager' => [
'rules' => [
'basket' => 'en/estore/basket/default',
'warenkorb' => 'de/estore/basket/default',
'panier' => 'fr/estore/basek/default',
'en/basket' => 'en/estore/basket/default',
'de/warenkorb' => 'de/estore/basket/default',
'fr/panier' => 'fr/estore/basek/default',
],
],
```
Expand Down

0 comments on commit 899261e

Please sign in to comment.