10 lines
346 B
PHP
10 lines
346 B
PHP
<?php
|
||
// +----------------------------------------------------------------------
|
||
// | 别名:reward 命名空间下引用 reward_config\DiceRewardConfig
|
||
// +----------------------------------------------------------------------
|
||
namespace app\dice\model\reward;
|
||
|
||
class DiceRewardConfig extends \app\dice\model\reward_config\DiceRewardConfig
|
||
{
|
||
}
|