Explorar el Código

debug clientarea

andre hace 2 años
padre
commit
5a2c6f9a22
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/Http/Client/Home.php

+ 2 - 0
app/Http/Client/Home.php

@@ -9,6 +9,7 @@ use ThurData\Servers\KerioEmail\Core\Http\AbstractClientController;
 use ThurData\Servers\KerioEmail\Core\Helper;
 use ThurData\Servers\KerioEmail\App\Traits\HostingService;
 use ThurData\Servers\KerioEmail\Core\UI\Traits\WhmcsParams;
+use ThurData\Servers\KerioEmail\App\Traits\ExtensionsCheckerTrait;
 
 /**
  *
@@ -20,6 +21,7 @@ use ThurData\Servers\KerioEmail\Core\UI\Traits\WhmcsParams;
  */
 class Home extends AbstractClientController
 {
+    use ExtensionsCheckerTrait;
     use WhmcsParams;
 
     public function index()