root = "Admin/"; $this->layout = "admin"; $this->session = $this->session_AuthTrait(); } protected function getModel(): UserModel { if ($this->_model === null) { $this->_model = new UserModel(); } return $this->_model; } }