示例#1
0
文件: user.php 项目: yeaha/lysine
 protected function getRoleName()
 {
     return Role::find($this->role_id)->name;
 }