| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class RouterConfig extends SprykerRouterConfig |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @see \Spryker\Yves\Router\Plugin\RouterEnhancer\LanguagePrefixRouterEnhancerPlugin |
||
| 20 | * |
||
| 21 | * @return array<string> |
||
| 22 | */ |
||
| 23 | public function getAllowedLanguages(): array |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return array<string> |
||
| 30 | */ |
||
| 31 | public function getAllowedStores(): array |
||
| 36 |