mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-20 16:16:37 +02:00
Merge remote-tracking branch 'gmponos/add_visibility_to_constants'
This commit is contained in:
@@ -25,9 +25,9 @@ use Monolog\Logger;
|
||||
*/
|
||||
class FleepHookHandler extends SocketHandler
|
||||
{
|
||||
const FLEEP_HOST = 'fleep.io';
|
||||
public const FLEEP_HOST = 'fleep.io';
|
||||
|
||||
const FLEEP_HOOK_URI = '/hook/';
|
||||
public const FLEEP_HOOK_URI = '/hook/';
|
||||
|
||||
/**
|
||||
* @var string Webhook token (specifies the conversation where logs are sent)
|
||||
|
Reference in New Issue
Block a user