]> git.mxchange.org Git - friendica.git/commitdiff
Fix default log channel
authorPhilipp <admin@philipp.info>
Sun, 5 Jan 2025 22:08:13 +0000 (23:08 +0100)
committerPhilipp <admin@philipp.info>
Sun, 5 Jan 2025 22:13:48 +0000 (23:13 +0100)
src/Console/AbstractConsole.php

index 2195cab5e514d25c930c18ec7ac375d38f102864..8ec0addeb3ca0f9bbfb2decbf91c501125356eb7 100644 (file)
@@ -22,5 +22,5 @@ abstract class AbstractConsole extends Console
         *
         * @var string
         */
-       public const LOG_CHANNEL = LogChannel::class;
+       public const LOG_CHANNEL = LogChannel::CONSOLE;
 }