From eedd51efcd2c9889ccf171b1060ac6b0b037a20e Mon Sep 17 00:00:00 2001 From: yarik Date: Mon, 28 Nov 2016 14:53:11 +0200 Subject: [PATCH] Payment manipulation --- models/OrderPayment.php | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/models/OrderPayment.php b/models/OrderPayment.php index a57e13c..f76a3c5 100644 --- a/models/OrderPayment.php +++ b/models/OrderPayment.php @@ -3,9 +3,7 @@ namespace artweb\artbox\ecommerce\models; use artweb\artbox\language\behaviors\LanguageBehavior; -use Yii; use yii\db\ActiveQuery; -use yii\db\ActiveRecord; use yii\web\Request; /** * This is the model class for table "order_payment". -- libgit2 0.21.4