|
|
@@ -86,6 +86,14 @@ class Container extends \Illuminate\Container\Container
|
|
|
*/
|
|
|
public function make($abstract, array $parameters = [])
|
|
|
{
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $abstract,
|
|
|
+ 'Debug Make',
|
|
|
+ $parameters
|
|
|
+ );
|
|
|
+
|
|
|
/* If $abstract contains namespace without slash at the begging, we need to add it */
|
|
|
$explodedAbstract = explode('\\', $abstract);
|
|
|
if($explodedAbstract[0] == 'ThurData' && count($explodedAbstract) > 1)
|