magento2-docker/generated/code/Magento/TwoFactorAuth/Api/Data/GoogleAuthenticateExtension...

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
{
}