mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 00:56:08 +02:00
Add visibility to constants
This commit is contained in:
@@ -22,7 +22,7 @@ use Monolog\Utils;
|
||||
*/
|
||||
class PsrLogMessageProcessor implements ProcessorInterface
|
||||
{
|
||||
const SIMPLE_DATE = "Y-m-d\TH:i:s.uP";
|
||||
public const SIMPLE_DATE = "Y-m-d\TH:i:s.uP";
|
||||
|
||||
/** @var ?string */
|
||||
private $dateFormat;
|
||||
|
Reference in New Issue
Block a user