@@ -115,8 +115,7 @@ |
||
| 115 | 115 | $this->url = new self($this->builder, $page, $options); |
| 116 | 116 | break; |
| 117 | 117 | // asset as string |
| 118 | - case false !== strpos($value, '.') ? true : false: |
|
| 119 | - $this->url = $base.'/'.ltrim($value, '/'); |
|
| 118 | + case false !== strpos($value, '.') ? true : false : $this->url = $base.'/'.ltrim($value, '/'); |
|
| 120 | 119 | break; |
| 121 | 120 | // others cases? |
| 122 | 121 | default: |