예제 #1
0
파일: Service.php 프로젝트: barbq/yii2eauth
 /**
  * Initialize the component.
  */
 public function init()
 {
     parent::init();
     $this->auth = new LightOpenID(Yii::$app->getRequest()->getHostInfo());
 }