Пример #1
0
 /**
  * Create a new authentication controller instance.
  *
  * @return void
  */
 public function __construct()
 {
     $this->redirectAfterLogout = '/auth/login';
     $this->redirectPath = admin_route('dashboard');
     $this->middleware('guest', ['except' => ['getLogout', 'lock']]);
     parent::__construct();
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
     $this->page->setActiveSection(array('masters', 'location', 'area'));
 }