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 baf2995 commit 6f2a12dCopy full SHA for 6f2a12d
app/code/Magento/Customer/Model/AccountManagementApi.php
@@ -36,19 +36,11 @@
36
* Account Management service implementation for external API access.
37
* Handle various customer account actions.
38
*
39
- * @api
40
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
41
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
42
*/
43
class AccountManagementApi extends AccountManagement
44
{
45
- /**
46
- * Authorization level of a basic admin session
47
- *
48
- * @see _isAllowed()
49
- */
50
- public const ADMIN_RESOURCE = 'Magento_Customer::manage';
51
-
52
/**
53
* @var AuthorizationInterface
54
0 commit comments