Jelajahi Sumber

debug clientarea

andre 2 tahun lalu
induk
melakukan
7cd6b66ea5
1 mengubah file dengan 9 tambahan dan 0 penghapusan
  1. 9 0
      app/UI/Client/Home/Pages/Dashboard.php

+ 9 - 0
app/UI/Client/Home/Pages/Dashboard.php

@@ -27,6 +27,15 @@ class Dashboard extends BaseContainer implements ClientArea
 
     public function initContent()
     {
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $params,
+            'Debug Accounts',
+            $this
+        );
+
         $this->initFeatures();
     }