Commit eedd51efcd2c9889ccf171b1060ac6b0b037a20e
1 parent
eb33627d
Payment manipulation
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
models/OrderPayment.php
... | ... | @@ -3,9 +3,7 @@ |
3 | 3 | namespace artweb\artbox\ecommerce\models; |
4 | 4 | |
5 | 5 | use artweb\artbox\language\behaviors\LanguageBehavior; |
6 | -use Yii; | |
7 | 6 | use yii\db\ActiveQuery; |
8 | -use yii\db\ActiveRecord; | |
9 | 7 | use yii\web\Request; |
10 | 8 | /** |
11 | 9 | * This is the model class for table "order_payment". | ... | ... |