@@ -23,6 +23,9 @@ discard block |
||
| 23 | 23 | parent::__construct($router); |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | + /** |
|
| 27 | + * @param string $method |
|
| 28 | + */ |
|
| 26 | 29 | protected function getLocaleResourceAction($controller, $method) |
| 27 | 30 | { |
| 28 | 31 | return $controller . '@' . $method; |
@@ -47,6 +50,10 @@ discard block |
||
| 47 | 50 | return $this->localeRouter->get($name, $action, $uris); |
| 48 | 51 | } |
| 49 | 52 | |
| 53 | + /** |
|
| 54 | + * @param string $base |
|
| 55 | + * @param string $label |
|
| 56 | + */ |
|
| 50 | 57 | protected function getLocaleUris($base, $label, $options) |
| 51 | 58 | { |
| 52 | 59 | $uris = []; |