Skip to content

Commit 4a1216f

Browse files
committed
Update SwooleServer.php
1 parent 8dc51ee commit 4a1216f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/servers/swoole/SwooleServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ protected function handle(Request $request, Response $response) {
185185
$this->httpInstance->setRequest($request, $response);
186186
$this->parseRequest($request);
187187
\ob_start();
188-
\Ubiquity\controllers\Startup::forward($uri);
188+
\Ubiquity\controllers\StartupAsync::forward($uri);
189189
$response->end(\ob_get_clean());
190190
}
191191

0 commit comments

Comments
 (0)