diff --git a/app/realtime.php b/app/realtime.php index a671e149a3..b17fb68b7b 100644 --- a/app/realtime.php +++ b/app/realtime.php @@ -473,7 +473,7 @@ $server->onMessage(function (int $connection, string $message) use ($server, $re } switch ($message['type']) { - /** + /** * This type is used to authenticate. */ case 'authentication': diff --git a/app/views/console/database/collection.phtml b/app/views/console/database/collection.phtml index 34dc84e913..ac38f1c6d1 100644 --- a/app/views/console/database/collection.phtml +++ b/app/views/console/database/collection.phtml @@ -177,7 +177,62 @@ $logs = $this->getParam('logs', null); - + diff --git a/app/views/console/database/document.phtml b/app/views/console/database/document.phtml index 9bb9d707d7..f312f008fd 100644 --- a/app/views/console/database/document.phtml +++ b/app/views/console/database/document.phtml @@ -88,7 +88,7 @@ $logs = $this->getParam('logs', null);