Commit 3918480b148d480ed542d67952665e755c4e89f2
1 parent
4365261e
UrlManager
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
common/modules/product/CatalogUrlManager.php
@@ -9,6 +9,7 @@ use common\modules\product\models\ProductSearch; | @@ -9,6 +9,7 @@ use common\modules\product\models\ProductSearch; | ||
9 | use common\modules\rubrication\models\TaxOption; | 9 | use common\modules\rubrication\models\TaxOption; |
10 | use Yii; | 10 | use Yii; |
11 | use yii\helpers\Url; | 11 | use yii\helpers\Url; |
12 | +use yii\web\HttpException; | ||
12 | use yii\web\UrlRuleInterface; | 13 | use yii\web\UrlRuleInterface; |
13 | 14 | ||
14 | class CatalogUrlManager implements UrlRuleInterface { | 15 | class CatalogUrlManager implements UrlRuleInterface { |