|
<?php
|
|
namespace Magento\TwoFactorAuth\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\TwoFactorAuth\Api\Data\UserConfigInterface
|
|
*/
|
|
class UserConfigExtension extends \Magento\Framework\Api\AbstractSimpleObject implements UserConfigExtensionInterface
|
|
{
|
|
}
|