コード例 #1
0
ファイル: BaseController.php プロジェクト: xiongjiewu/shui
 public function getUserName()
 {
     return AuthService::getUserName();
 }