改名
This commit is contained in:
@@ -47,6 +47,18 @@ class Websocket extends Annotation
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string $path
|
||||||
|
* @param string $namespace
|
||||||
|
* @throws \ReflectionException
|
||||||
|
*/
|
||||||
|
public function registration_notes($path = '', $namespace = '')
|
||||||
|
{
|
||||||
|
var_dump(get_called_class());
|
||||||
|
parent::registration_notes($path, $namespace);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $events
|
* @param $events
|
||||||
* @param $comment
|
* @param $comment
|
||||||
|
|||||||
Reference in New Issue
Block a user