Current File : /home/digitaw/www/wp-content/plugins/event-tickets/common/src/Tribe/Customizer/Control.php
<?php
/**
 * The base class for any custom Control.
 *
 * @since 4.12.14
 *
 * @package Tribe\Customizer
 */

namespace Tribe\Customizer;

/**
 * Class Control
 *
 * @since 4.12.14
 *
 * @package Tribe\Customizer
 */
abstract class Control extends \WP_Customize_Control {
}