awsmug/torro-forms

View on GitHub
src/db-objects/element-settings/element-setting-collection.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Element setting collection class
 *
 * @package TorroForms
 * @since 1.0.0
 */

namespace awsmug\Torro_Forms\DB_Objects\Element_Settings;

use Leaves_And_Love\Plugin_Lib\DB_Objects\Collection;

/**
 * Class representing a collection of element settings.
 *
 * @since 1.0.0
 */
class Element_Setting_Collection extends Collection {

}