File "FilledMiniCartContentsBlock.php"

Full Path: /home/fineflavourcocoa/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/FilledMiniCartContentsBlock.php
File size: 276 bytes
MIME-type: text/x-php
Charset: utf-8

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

/**
 * FilledMiniCartContentsBlock class.
 */
class FilledMiniCartContentsBlock extends AbstractInnerBlock {
	/**
	 * Block name.
	 *
	 * @var string
	 */
	protected $block_name = 'filled-mini-cart-contents-block';
}