Fix default log channel

This commit is contained in:
Philipp 2025-01-05 23:08:13 +01:00
parent be8fe24b6e
commit 77c9f54f5c
No known key found for this signature in database
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;
} }