Commit 07d232e424ef4dca3d68887abce13051ee8b5e4e

Authored by Administrator
1 parent b7e90569

full commit

Showing 1 changed file with 5 additions and 6 deletions   Show diff stats
CatalogUrlManager.php
1 1 <?php
2 2  
3   - namespace common\modules\product;
  3 + namespace artweb\artbox\ecommerce;
4 4  
5   - use common\modules\product\models\Category;
6   - use common\modules\product\models\Product;
7   - use common\modules\product\models\ProductSearch;
8   - use common\modules\product\models\ProductVariant;
9   - use yii\helpers\Url;
  5 + use artweb\artbox\ecommerce\models\Category;
  6 + use artweb\artbox\ecommerce\models\Product;
  7 + use artweb\artbox\ecommerce\models\ProductSearch;
  8 + use artweb\artbox\ecommerce\models\ProductVariant;
10 9 use yii\web\HttpException;
11 10 use yii\web\UrlRuleInterface;
12 11  
... ...