<?php
/**
 * Forminator Trello poll settings
 *
 * @package Forminator
 */

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