andre 2 лет назад
Родитель
Сommit
54e10fa209
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      app/UI/Client/DistributionList/Forms/MassDeleteListForm.php

+ 0 - 2
app/UI/Client/DistributionList/Forms/MassDeleteListForm.php

@@ -13,8 +13,6 @@ namespace ThurData\Servers\KerioEmail\App\UI\Client\DistributionList\Forms;
 use ThurData\Servers\KerioEmail\App\UI\Client\DistributionList\Providers\DeleteListDataProvider;
 use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\BaseForm;
-use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Hidden;
-use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\FormConstants;
 
 class MassDeleteListForm extends BaseForm implements ClientArea
 {