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

/**
 * Class Forminator_Googlesheet_Form_Settings
 * Handle how form settings displayed and saved
 *
 * @since 1.0 Google Sheets Integration
 */
class Forminator_Googlesheet_Form_Settings extends Forminator_Integration_Form_Settings {
	use Forminator_Googlesheet_Settings_Trait;
}
