| 123456789101112131415161718 |
- <?php
- /**
- * Class BoxSectionExtended
- * User: Nessandro
- * Date: 2019-10-07
- * Time: 14:16
- * @package ModulesGarden\Servers\ZimbraEmail\App\UI\Admin\Custom\Sections
- */
- namespace ModulesGarden\Servers\ZimbraEmail\App\UI\Admin\Custom\Sections;
- use ModulesGarden\Servers\ZimbraEmail\Core\UI\Widget\Forms\Sections\BoxSection;
- class BoxSectionExtended extends BoxSection
- {
- }
|