Fix default log channel

This commit is contained in:
Philipp Holzer 2025-01-05 23:08:13 +01:00
commit 77c9f54f5c
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -22,5 +22,5 @@ abstract class AbstractConsole extends Console
* *
* @var string * @var string
*/ */
public const LOG_CHANNEL = LogChannel::class; public const LOG_CHANNEL = LogChannel::CONSOLE;
} }