mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 20:57:36 +02:00
😱 Remove const
This commit is contained in:
@@ -54,7 +54,7 @@ class LogmaticHandler extends SocketHandler
|
||||
$endpoint = $useSSL ? 'ssl://api.logmatic.io:10515' : 'api.logmatic.io:10514';
|
||||
$endpoint .= '/v1/';
|
||||
|
||||
parent::__construct($endpoint . self::LOGMATIC_URI, $level, $bubble);
|
||||
parent::__construct($endpoint, $level, $bubble);
|
||||
|
||||
$this->logToken = $token;
|
||||
$this->hostname = $hostname;
|
||||
|
Reference in New Issue
Block a user