14 lines
184 B
PHP
14 lines
184 B
PHP
<?php
|
|
namespace Automattic\WooCommerce\Blocks\Templates;
|
|
|
|
/**
|
|
* CheckoutHeader Template class.
|
|
*
|
|
* @internal
|
|
*/
|
|
class CheckoutHeaderTemplate {
|
|
|
|
const SLUG = 'checkout-header';
|
|
|
|
}
|