This commit is contained in:
2020-08-31 23:27:01 +08:00
parent dcf67c3848
commit fe2105be26
2 changed files with 12 additions and 40 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class Annotation extends BaseAnnotation
private $_classMap = [
'websocket' => Websocket::class,
'http' => \HttpServer\Events\Http::class
'http' => Http::class
];