bztang-admin/app/common/services/asset/AssetConfig.php

15 lines
234 B
PHP

<?php
namespace app\common\services\asset;
class AssetConfig
{
public function getAssetConfig(): array
{
return [
'income' => [],
'balance' => [],
'point' => [],
];
}
}