feat: integrate ZYT admin with IAM Hub

This commit is contained in:
2026-09-08 13:26:41 +08:00
parent cf3fbdc5ef
commit a5f4c4472d
856 changed files with 3585 additions and 2371 deletions
@@ -0,0 +1,13 @@
<?php
declare(strict_types=1);
namespace app\common\model\iam;
use app\common\model\BaseModel;
class IamRevocationEvent extends BaseModel
{
protected $json = ['payload'];
protected $jsonAssoc = true;
}