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