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

@@ -8,7 +8,7 @@ use backend\models\CitySearch;
use yii\web\Controller;
use yii\web\NotFoundHttpException;
use yii\filters\VerbFilter;
use yii\base\Object;
use yii\base\BaseObject;
use yii\db\Query;
use yii\helpers\Json;