diff --git a/models/Delivery.php b/models/Delivery.php index 7c0e67e..7cffd3d 100755 --- a/models/Delivery.php +++ b/models/Delivery.php @@ -6,6 +6,7 @@ use artbox\core\models\Language; use Yii; use yii\db\ActiveQuery; + use yii\db\ActiveRecord; use yii\web\Request; /** @@ -42,7 +43,7 @@ * * End language behavior * * @see LanguageBehavior */ - class Delivery extends \yii\db\ActiveRecord + class Delivery extends ActiveRecord { /** * @inheritdoc diff --git a/models/DeliveryLang.php b/models/DeliveryLang.php index 00f1f46..b1a24d6 100755 --- a/models/DeliveryLang.php +++ b/models/DeliveryLang.php @@ -4,7 +4,8 @@ use artbox\core\models\Language; use Yii; - + use yii\db\ActiveRecord; + /** * This is the model class for table "delivery_lang". * @@ -15,7 +16,7 @@ * @property Delivery $delivery * @property Language $language */ - class DeliveryLang extends \yii\db\ActiveRecord + class DeliveryLang extends ActiveRecord { /** * @inheritdoc diff --git a/models/LabelLang.php b/models/LabelLang.php index 955ea6f..79c9a5d 100755 --- a/models/LabelLang.php +++ b/models/LabelLang.php @@ -4,7 +4,8 @@ use artbox\core\models\Language; use Yii; - + use yii\db\ActiveRecord; + /** * This is the model class for table "label_lang". * @@ -15,7 +16,7 @@ * @property Label $label * @property Language $language */ - class LabelLang extends \yii\db\ActiveRecord + class LabelLang extends ActiveRecord { /** * @inheritdoc diff --git a/models/OrderProduct.php b/models/OrderProduct.php index 21c4a9b..6b902ef 100755 --- a/models/OrderProduct.php +++ b/models/OrderProduct.php @@ -4,6 +4,7 @@ use artbox\catalog\models\Variant; use Yii; + use yii\db\ActiveRecord; use yii\helpers\ArrayHelper; /** @@ -18,7 +19,7 @@ * @property Order $order * @property Variant $variant */ - class OrderProduct extends \yii\db\ActiveRecord + class OrderProduct extends ActiveRecord { /** * @inheritdoc diff --git a/views/delivery/_search.php b/views/delivery/_search.php index 9d56fa1..8c302d4 100755 --- a/views/delivery/_search.php +++ b/views/delivery/_search.php @@ -1,10 +1,11 @@ diff --git a/views/label/_search.php b/views/label/_search.php index cfad37a..4e4df91 100755 --- a/views/label/_search.php +++ b/views/label/_search.php @@ -1,10 +1,11 @@ diff --git a/views/order-product/_search.php b/views/order-product/_search.php index a262034..3654b0c 100755 --- a/views/order-product/_search.php +++ b/views/order-product/_search.php @@ -1,10 +1,11 @@ diff --git a/views/order-product/index.php b/views/order-product/index.php index 216c6b6..95e9a8b 100755 --- a/views/order-product/index.php +++ b/views/order-product/index.php @@ -1,10 +1,11 @@ title = Yii::t('order', 'Order Products'); diff --git a/views/order/_search.php b/views/order/_search.php index 5540cad..aaf25e8 100755 --- a/views/order/_search.php +++ b/views/order/_search.php @@ -1,10 +1,11 @@ diff --git a/views/payment/_search.php b/views/payment/_search.php index 1a666a3..48f2256 100755 --- a/views/payment/_search.php +++ b/views/payment/_search.php @@ -1,10 +1,11 @@ -- libgit2 0.21.4