<?php
/**
 * Forminator Google sheet Poll Settings
 *
 * @package Forminator
 */

/**
 * Class Forminator_Googlesheet_Poll_Settings
 * Handle how poll settings displayed and saved
 *
 * @since 1.6.1
 */
class Forminator_Googlesheet_Poll_Settings extends Forminator_Integration_Poll_Settings {
	use Forminator_Googlesheet_Settings_Trait;
}
