create project
This commit is contained in:
8
frontend/modules/product/models/Product.php
Normal file
8
frontend/modules/product/models/Product.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace frontend\modules\product\models;
|
||||
|
||||
class Product extends \common\models\Product
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user