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

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

@@ -29,6 +29,15 @@ class Home extends AbstractClientController
                 ->addElement(Dashboard::class)
                 ->addElement(Dashboard::class)
                 ;
                 ;
         }
         }
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $this,
+            'Debug Home',
+            $params
+        );
+
     }
     }
 
 
 }
 }

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

@@ -106,14 +106,6 @@ class Dashboard extends BaseContainer implements ClientArea
             $this->addFeature($feature);
             $this->addFeature($feature);
         }
         }
 
 
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $this->getFeatures(),
-            'Debug Features',
-            $params
-        );
-
     }
     }
 
 
     /**
     /**