diff --git a/system/Annotation/Annotation.php b/system/Annotation/Annotation.php index 014510dd..8d8504e1 100644 --- a/system/Annotation/Annotation.php +++ b/system/Annotation/Annotation.php @@ -43,7 +43,7 @@ class Annotation extends BaseAnnotation private $_classMap = [ 'websocket' => Websocket::class, - 'http' => Http::class + 'http' => \HttpServer\Events\Http::class ];