Example #1
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     Login::loginRequired();
     $this->registerCss("dashboard", "dashboard");
 }
Example #2
0
 /**
  * @throws \Exception
  */
 public function __construct()
 {
     parent::__construct();
     \Cunity\Admin\Models\Login::loginRequired();
     $this->show();
 }