We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5d9ccc + 101b340 commit fce8182Copy full SHA for fce8182
app/code/Magento/User/Controller/Adminhtml/User/Role/SaveRole.php
@@ -59,9 +59,8 @@ private function getSecurityCookie()
59
{
60
if (!($this->securityCookie instanceof SecurityCookie)) {
61
return \Magento\Framework\App\ObjectManager::getInstance()->get(SecurityCookie::class);
62
- } else {
63
- return $this->securityCookie;
64
}
+ return $this->securityCookie;
65
66
67
/**
0 commit comments