protected function init() { // Set Layout $this->layoutName = adminLayout(); // Set Page Title setPageTitle(trans($this->moduleName . "::menu_item.settings")); }
protected function init() { // Set Layout $this->layoutName = adminLayout(); // Validate Custom $this->failedResponse = $this->_validateCustom(); // Set Page Title setPageTitle(trans($this->moduleName . "::menu_item.users")); }
protected function init() { $this->layoutName = adminLayout(); }