Explorar el Código

new info button

andre hace 5 meses
padre
commit
5ad2ed68ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 
-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\Widget\Buttons\ButtonDataTableModalAction;