Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
5f629b840e4dacbe53017939da9d7ad2a0f71c02
Authored by
Administrator
2016-05-24 13:52:09 +0300
1 parent
8ad3e8ae
image size
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/models/Orders.php
Inline
Side-by-side
common/models/Orders.php
Wrap text
Show/Hide comments
View file @
5f629b8
...
...
@@ -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';
...
...