예제 #1
0
파일: Login.php 프로젝트: netis-cms/netis
 public function __construct(Sign $sign)
 {
     parent::__construct();
     $this->sign = $sign;
 }