示例#1
0
 /**
  * @return bool
  */
 public function isAccountCreated()
 {
     return $this->isCompleted(TutorialState::ACCOUNT_CREATION());
 }