/** * 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(); }
public function __construct() { parent::__construct(); $this->page->setActiveSection(array('masters', 'location', 'area')); }