Browse Source

debug clientarea

andre 2 years ago
parent
commit
d978aea7cb
1 changed files with 3 additions and 3 deletions
  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
         );