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

@@ -1,5 +1,5 @@
<?php
use yii\base\Object;
use yii\base\BaseObject;
use common\models\Ticket;
?>
<style>
@@ -38,4 +38,4 @@ use common\models\Ticket;
<?php }?>
</table>
</div>
</div>