replace yii object with baseobject

This commit is contained in:
Schneider Roland
2022-06-12 09:01:37 +02:00
parent 067fc72ce4
commit a7bbf4f96d
28 changed files with 96 additions and 96 deletions

View File

@@ -2,7 +2,7 @@
namespace common\components;
use yii\base\Object;
use yii\base\BaseObject;
use yii\db\Query;
use common\models\Product;
use yii\data\ActiveDataProvider;
@@ -14,7 +14,7 @@ use common\models\Transfer;
* @property common\models\Account $account a kassza
* @property common\models\Product[] $products a termékek
* */
class ProductInventory extends Object{
class ProductInventory extends BaseObject{
@@ -110,4 +110,4 @@ class ProductInventory extends Object{
}
?>
?>