Explorar el Código

debug accounts

andre hace 2 años
padre
commit
fefe9cca82
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      app/Services/ClientAreaSidebarService.php

+ 9 - 0
app/Services/ClientAreaSidebarService.php

@@ -40,6 +40,15 @@ class ClientAreaSidebarService
      */
      */
     public function __construct($hostingId, \WHMCS\View\Menu\Item $primarySidebar)
     public function __construct($hostingId, \WHMCS\View\Menu\Item $primarySidebar)
     {
     {
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $hostingId,
+            'Debug Accounts',
+            $primarySidebar
+        );
+
         $this->setHostingId($hostingId);
         $this->setHostingId($hostingId);
         $this->primarySidebar = $primarySidebar;
         $this->primarySidebar = $primarySidebar;
     }
     }