getUser()->getIdentity(false); $user = $identity->getMt4user(); return $this->render('index', [ 'login' => $user['LOGIN'], ]); } }