10 lines
283 B
PHP
Executable File
10 lines
283 B
PHP
Executable File
<?php
|
|
namespace Magento\TwoFactorAuth\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\TwoFactorAuth\Api\Data\GoogleAuthenticateInterface
|
|
*/
|
|
class GoogleAuthenticateExtension extends \Magento\Framework\Api\AbstractSimpleObject implements GoogleAuthenticateExtensionInterface
|
|
{
|
|
}
|