BoxSectionExtended.php 374 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Class BoxSectionExtended
  4. * User: Nessandro
  5. * Date: 2019-10-07
  6. * Time: 14:16
  7. * @package ModulesGarden\Servers\KerioEmail\App\UI\Admin\Custom\Sections
  8. */
  9. namespace ModulesGarden\Servers\KerioEmail\App\UI\Admin\Custom\Sections;
  10. use ModulesGarden\Servers\KerioEmail\Core\UI\Widget\Forms\Sections\BoxSection;
  11. class BoxSectionExtended extends BoxSection
  12. {
  13. }