Browse Source

new info button

andre 5 months ago
parent
commit
5ad2ed68ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Client/Setting/Buttons/InfoButton.php

+ 1 - 1
app/UI/Client/Setting/Buttons/InfoButton.php

@@ -2,7 +2,7 @@
 
 
 namespace ThurData\Servers\KerioEmail\App\UI\Client\Setting\Buttons;
 namespace ThurData\Servers\KerioEmail\App\UI\Client\Setting\Buttons;
 
 
-use ThurData\Servers\KerioEmail\App\UI\Setting\Modals\InfoModal;
+use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Modals\InfoModal;
 use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
 use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ButtonDataTableModalAction;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ButtonDataTableModalAction;