@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace luya\web; |
| 4 | 4 | |
| 5 | 5 | use luya\cms\models\NavItemPageBlockItem; |
| 6 | -use luya\tag\tags\TelTag; |
|
| 7 | 6 | use yii\base\BaseObject; |
| 8 | 7 | use yii\validators\RegularExpressionValidator; |
| 9 | 8 | |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | */ |
| 60 | 60 | public function getHref() |
| 61 | 61 | { |
| 62 | - return empty($this->getTelephone()) ?: 'tel:' . $this->getTelephone(); |
|
| 62 | + return empty($this->getTelephone()) ?: 'tel:'.$this->getTelephone(); |
|
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |