1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 09:06:10 +02:00

Merge remote-tracking branch 'gmponos/add_visibility_to_constants'

This commit is contained in:
Jordi Boggiano
2018-11-29 19:41:58 +01:00
20 changed files with 45 additions and 45 deletions

View File

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