コード例 #1
0
ファイル: MemberController.php プロジェクト: blegoh/Web
 public function __construct()
 {
     parent::__construct();
     if (Auth::petugas() == null) {
         header("Location: " . base . "/Auth");
     } else {
         $this->petugas = Auth::petugas();
     }
 }
コード例 #2
0
ファイル: BookController.php プロジェクト: blegoh/Web
 function __construct()
 {
     parent::__construct();
     $this->petugas = Auth::petugas();
 }