@@ -72,12 +72,13 @@ |
||
| 72 | 72 | */ |
| 73 | 73 | public function render() |
| 74 | 74 | { |
| 75 | - $uri = ModuleManager::for($this->arguments['module']) |
|
| 76 | - ->getUriBuilder() |
|
| 75 | + $uri = ModuleManager::for($this->arguments['module']) { |
|
| 76 | + ->getUriBuilder() |
|
| 77 | 77 | ->forController($this->arguments['controller']) |
| 78 | 78 | ->forAction($this->arguments['action']) |
| 79 | 79 | ->withArguments($this->arguments['arguments'] ?: []) |
| 80 | 80 | ->build(); |
| 81 | + } |
|
| 81 | 82 | |
| 82 | 83 | $this->tag->addAttribute('href', $this->arguments['frame'] ? '#' : $uri); |
| 83 | 84 | |