Commit 5f629b840e4dacbe53017939da9d7ad2a0f71c02

Authored by Administrator
1 parent 8ad3e8ae

image size

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/models/Orders.php
... ... @@ -7,7 +7,7 @@ use common\modules\product\models\ProductVariant;
7 7  
8 8 class Orders extends \yii\db\ActiveRecord
9 9 {
10   -
  10 + private $data;
11 11 public static function tableName()
12 12 {
13 13 return 'orders';
... ...