Skip to content

Commit 9e5eb30

Browse files
committed
version bump and dropped support for kdyby console (for now?)
1 parent e1a775b commit 9e5eb30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Diagnostics/PanelLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(
3535
public function emergency(
3636
string|\Stringable $message,
3737
array $context = [],
38-
)
38+
): void
3939
{
4040
$this->logger->emergency($message, $context);
4141
$this->logQuery($context);

0 commit comments

Comments
 (0)