Commit 5361d4a4ae4a7081a87fa38d4ffb8fbb01f0aae1
1 parent
0b0b1232
bonuses in admin
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
models/Order.php
@@ -118,9 +118,6 @@ | @@ -118,9 +118,6 @@ | ||
118 | 'targetClass' => Payment::className(), | 118 | 'targetClass' => Payment::className(), |
119 | 'targetAttribute' => [ 'payment_id' => 'id' ], | 119 | 'targetAttribute' => [ 'payment_id' => 'id' ], |
120 | ], | 120 | ], |
121 | - [ | ||
122 | - ['paid'], 'boolean', | ||
123 | - ] | ||
124 | 121 | ||
125 | ]; | 122 | ]; |
126 | } | 123 | } |