Browse Source

debug clientarea

andre 2 năm trước cách đây
mục cha
commit
d978aea7cb
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      core/DependencyInjection/DependencyInjection.php

+ 3 - 3
core/DependencyInjection/DependencyInjection.php

@@ -19,7 +19,7 @@ class DependencyInjection
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
-            $methodName,
+            'Debug Get',
             'Debug Get',
             $className
         );
@@ -43,7 +43,7 @@ class DependencyInjection
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
-            $methodName,
+            'Debug Create',
             'Debug Create',
             $className
         );
@@ -66,7 +66,7 @@ class DependencyInjection
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
-            $methodName,
+            'Debug Call',
             'Debug Call',
             $className
         );