示例#1
0
文件: models.php 项目: nirix/traq
function createAdmin($password = null, $group = null)
{
    return createUser($password, Group::find(1));
}