andre 2 лет назад
Родитель
Сommit
fefe9cca82
1 измененных файлов с 9 добавлено и 0 удалено
  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)
     {
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $hostingId,
+            'Debug Accounts',
+            $primarySidebar
+        );
+
         $this->setHostingId($hostingId);
         $this->primarySidebar = $primarySidebar;
     }