File "CheckoutBillingAddressBlock.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/CheckoutBillingAddressBlock.php
File size: 275 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Automattic\WooCommerce\Blocks\BlockTypes;
/**
* CheckoutBillingAddressBlock class.
*/
class CheckoutBillingAddressBlock extends AbstractInnerBlock {
/**
* Block name.
*
* @var string
*/
protected $block_name = 'checkout-billing-address-block';
}