VariableSection.php 205 B

123456789101112
  1. <?php
  2. namespace ModulesGarden\ProxmoxAddon\App\UI\CloudInitScriptCreate\Sections;
  3. use ModulesGarden\ProxmoxAddon\Core\UI\Widget\Forms\Sections\BoxSection;
  4. class VariableSection extends BoxSection
  5. {
  6. }