File "Text.php"

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

<?php
declare( strict_types=1 );

namespace Automattic\WooCommerce\GoogleListingsAndAds\Admin\Input;

defined( 'ABSPATH' ) || exit;

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