示例#1
0
文件: Login.php 项目: netis-cms/netis
 public function __construct(Sign $sign)
 {
     parent::__construct();
     $this->sign = $sign;
 }