BoxSectionExtended.php 358 B

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