| Current Path : /home/xiedrke/entrepot/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/ |
| Current File : /home/xiedrke/entrepot/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/CheckoutFieldsBlock.php |
<?php
namespace Automattic\WooCommerce\Blocks\BlockTypes;
/**
* CheckoutFieldsBlock class.
*/
class CheckoutFieldsBlock extends AbstractInnerBlock {
/**
* Block name.
*
* @var string
*/
protected $block_name = 'checkout-fields-block';
}