예제 #1
0
 protected function getUserSecurityQusetions()
 {
     return UserSecurityQuestions::findOne(['user_id' => $this->getUser()->getId()]);
 }