Explorar el Código

debug clientarea

andre hace 2 años
padre
commit
d978aea7cb
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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
         );