Commit 5a1fed3cfc5b24fb0ea669c596d1d318e4fc3533
1 parent
fb9886c5
big commti
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product.php
... | ... | @@ -7,7 +7,8 @@ |
7 | 7 | use common\modules\comment\widgets\CommentWidget; |
8 | 8 | use yii\bootstrap\ActiveForm; |
9 | 9 | use yii\bootstrap\Html; |
10 | - use yii\widgets\MaskedInput; | |
10 | +use yii\helpers\Url; | |
11 | +use yii\widgets\MaskedInput; | |
11 | 12 | use frontend\assets\FlipclockAsset; |
12 | 13 | FotoramaAsset::register($this); |
13 | 14 | FlipclockAsset::register($this); | ... | ... |