diff --git a/app/http.php b/app/http.php index 945a0a9bf5..53990811e3 100644 --- a/app/http.php +++ b/app/http.php @@ -101,7 +101,7 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) { if (!$dbForConsole->getCollection($key)->isEmpty()) { continue; } - + /** * Skip to prevent 0.15 migration issues. */