示例#1
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     Login::loginRequired();
     $this->registerCss("dashboard", "dashboard");
 }
示例#2
0
文件: Admin.php 项目: rcrrich/cunity
 /**
  * @throws \Exception
  */
 public function __construct()
 {
     parent::__construct();
     \Cunity\Admin\Models\Login::loginRequired();
     $this->show();
 }