Browse Source

debug clientarea

andre 2 years ago
parent
commit
db0959a301
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/DependencyInjection/Container.php

+ 1 - 1
core/DependencyInjection/Container.php

@@ -102,7 +102,7 @@ class Container extends \Illuminate\Container\Container
                 logModuleCall(
                     'kerioEmail',
                     __FUNCTION__,
-                    $abstract,
+                    $this,
                     'Debug resolve',
                     $result
                 );