public function __construct()
 {
     // Call parent construct to load the config
     parent::__construct();
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->auth = app()->auth();
     $this->user = new User();
 }
 function __construct()
 {
     parent::__construct();
     $this->uid = intval($_GET['uid']);
     $this->username = trim($_GET['username']);
 }