mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
Tweak const visibility, refs #1228
This commit is contained in:
@@ -22,7 +22,7 @@ use Gelf\Message;
|
||||
*/
|
||||
class GelfMessageFormatter extends NormalizerFormatter
|
||||
{
|
||||
public const DEFAULT_MAX_LENGTH = 32766;
|
||||
protected const DEFAULT_MAX_LENGTH = 32766;
|
||||
|
||||
/**
|
||||
* @var string the name of the system for the Gelf log message
|
||||
|
Reference in New Issue
Block a user