Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function behaviors()
 {
     return array_merge(parent::behaviors(), ['createProfile' => ['class' => 'frontend\\behaviors\\CreateUserProfileBehavior']]);
 }