10 lines
322 B
PHP
Executable File
10 lines
322 B
PHP
Executable File
<?php
|
|
namespace Magento\TwoFactorAuth\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\TwoFactorAuth\Api\Data\AuthyRegistrationPromptResponseInterface
|
|
*/
|
|
class AuthyRegistrationPromptResponseExtension extends \Magento\Framework\Api\AbstractSimpleObject implements AuthyRegistrationPromptResponseExtensionInterface
|
|
{
|
|
}
|