File "Decimal.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/google-listings-and-ads/src/Admin/Input/Decimal.php
File size: 368 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
declare( strict_types=1 );

namespace Automattic\WooCommerce\GoogleListingsAndAds\Admin\Input;

defined( 'ABSPATH' ) || exit;

/**
 * Class Decimal
 *
 * @package Automattic\WooCommerce\GoogleListingsAndAds\Admin\Input
 */
class Decimal extends Input {
	/**
	 * Decimal constructor.
	 */
	public function __construct() {
		parent::__construct( 'decimal' );
	}
}