Bläddra i källkod

debug accounts

andre 2 år sedan
förälder
incheckning
fefe9cca82
1 ändrade filer med 9 tillägg och 0 borttagningar
  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;
     }