Browse Source

cleanup pages

andre 2 năm trước cách đây
mục cha
commit
096c2e7f1e

+ 0 - 3
app/UI/Client/EmailAccount/Forms/MassChangeStatusForm.php

@@ -9,12 +9,9 @@
 
 namespace ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Forms;
 
-
-use ThurData\Servers\KerioEmail\App\UI\Client\DistributionList\Providers\DeleteListDataProvider;
 use ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Providers\AccountDataProvider;
 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\Fields\Select;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\FormConstants;
 

+ 0 - 4
app/UI/Client/EmailAccount/Forms/MassDeleteAccountForm.php

@@ -9,13 +9,9 @@
 
 namespace ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Forms;
 
-
-use ThurData\Servers\KerioEmail\App\UI\Client\DistributionList\Providers\DeleteListDataProvider;
 use ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Providers\DeleteAccountDataProvider;
 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 MassDeleteAccountForm extends BaseForm implements ClientArea
 {