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.
1 parent 5a2037c commit 7a798f5Copy full SHA for 7a798f5
app/code/Magento/User/Controller/Adminhtml/User/Save.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2014 Adobe
+ * All Rights Reserved.
5
*/
6
7
namespace Magento\User\Controller\Adminhtml\User;
@@ -34,9 +34,9 @@ private function getSecurityCookie()
34
{
35
if (!($this->securityCookie instanceof SecurityCookie)) {
36
return \Magento\Framework\App\ObjectManager::getInstance()->get(SecurityCookie::class);
37
- } else {
38
- return $this->securityCookie;
39
}
+
+ return $this->securityCookie;
40
41
42
0 commit comments