Logger bugfix
This commit is contained in:
parent
84bee57e0f
commit
37cc92d014
@ -63,6 +63,10 @@ class MyTelegramOrgWrapper
|
||||
{
|
||||
$this->logger = Logger::getLoggerFromSettings($settings);
|
||||
}
|
||||
public function getLogger()
|
||||
{
|
||||
return $this->logger;
|
||||
}
|
||||
},
|
||||
[],
|
||||
$this->settings['connection_settings'],
|
||||
|
Loading…
Reference in New Issue
Block a user