HiddenPricingSection.php 333 B

1234567891011121314
  1. <?php
  2. namespace ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Widget\Forms\Sections;
  3. /**
  4. * Base Form Section controler
  5. *
  6. * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
  7. */
  8. class HiddenPricingSection extends BaseSection
  9. {
  10. protected $id = 'hiddenPricingSection';
  11. protected $name = 'hiddenPricingSection';
  12. }