- <?php
- namespace ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Widget\Forms\Sections;
- /**
- * Base Form Section controler
- *
- * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
- */
- class HiddenPricingSection extends BaseSection
- {
- protected $id = 'hiddenPricingSection';
- protected $name = 'hiddenPricingSection';
- }
|