File "CheckoutFieldsBlock.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutFieldsBlock.php
File size: 250 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Automattic\WooCommerce\Blocks\BlockTypes;

/**
 * CheckoutFieldsBlock class.
 */
class CheckoutFieldsBlock extends AbstractInnerBlock {
	/**
	 * Block name.
	 *
	 * @var string
	 */
	protected $block_name = 'checkout-fields-block';
}