1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 20:57:36 +02:00

😱 Remove const

This commit is contained in:
Julien Breux
2016-06-28 18:46:44 +02:00
parent 4230ff5560
commit 3d74d961ab

View File

@@ -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;