Remove duplicate array entry in Core\Logger

This commit is contained in:
Hypolite Petovan 2019-10-12 21:05:19 -04:00
parent e176f010ec
commit 1cdbf32aa2
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ class Logger extends BaseObject
self::TRACE => 'Trace',
self::DEBUG => 'Debug',
self::DATA => 'Data',
self::ALL => 'All',
];
/**