magento2-docker/generated/code/Magento/TwoFactorAuth/Api/Data/UserConfigExtension.php

10 lines
259 B
PHP
Executable File

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