Yarik
/
artbox-order
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
5361d4a4ae4a7081a87fa38d4ffb8fbb01f0aae1
Authored by
Anastasia
2018-10-08 13:36:02 +0300
1 parent
0b0b1232
bonuses in admin
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
models/Order.php
Inline
Side-by-side
models/Order.php
Wrap text
Show/Hide comments
View file @
5361d4a
...
...
@@ -118,9 +118,6 @@
118
118
'targetClass' => Payment::className(),
119
119
'targetAttribute' => [ 'payment_id' => 'id' ],
120
120
],
121
- [
122
- ['paid'], 'boolean',
123
- ]
124
121
125
122
];
126
123
}
...
...