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

@@ -6,7 +6,7 @@ use common\models\AccountState;
use yii\helpers\Html;
use yii\widgets\DetailView;
use yii\grid\GridView;
use yii\base\Object;
use yii\base\BaseObject;
use yii\data\ArrayDataProvider;
use yii\helpers\Url;
use common\components\total\TotalDifferenceWidget;
@@ -226,4 +226,4 @@ class AccountStateBanknoteCountWidget extends Widget{
}
}