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 b245b62 commit 5139b6bCopy full SHA for 5139b6b
app/code/Magento/User/Controller/Adminhtml/User/InvalidateToken.php
@@ -28,10 +28,10 @@ class InvalidateToken extends \Magento\User\Controller\Adminhtml\User
28
* @param AdminTokenServiceInterface $tokenService
29
*/
30
public function __construct(
31
- AdminTokenServiceInterface $tokenService,
32
\Magento\Backend\App\Action\Context $context,
33
\Magento\Framework\Registry $coreRegistry,
34
- \Magento\User\Model\UserFactory $userFactory
+ \Magento\User\Model\UserFactory $userFactory,
+ AdminTokenServiceInterface $tokenService
35
) {
36
parent::__construct($context, $coreRegistry, $userFactory);
37
$this->tokenService = $tokenService;
0 commit comments