chore: update console components, logging, router and add subdomain support

This commit is contained in:
2025-11-03 12:44:39 +01:00
parent 6d355c9897
commit ee06cbbbf1
18 changed files with 2080 additions and 113 deletions

View File

@@ -37,7 +37,7 @@ final class ChannelLoggerRegistry
// Falls nicht möglich (custom channel), verwende den String direkt
$logChannel = $channel instanceof LogChannel
? $channel
: (LogChannel::tryFrom($channelName) ?? LogChannel::APPLICATION);
: (LogChannel::tryFrom($channelName) ?? LogChannel::APP);
$this->channelLoggers[$channelName] = new DefaultChannelLogger(
$this->logger,