改名
This commit is contained in:
@@ -10,13 +10,13 @@ use HttpServer\IInterface\Limits;
|
||||
use HttpServer\Route\Node;
|
||||
use ReflectionClass;
|
||||
use ReflectionException;
|
||||
use Snowflake\Abstracts\BaseAnnotation;
|
||||
use Snowflake\Annotation\Annotation;
|
||||
use Snowflake\Snowflake;
|
||||
|
||||
/**
|
||||
* Class Annotation
|
||||
*/
|
||||
class Annotation extends \Snowflake\Annotation\Annotation
|
||||
class Http extends Annotation
|
||||
{
|
||||
|
||||
const HTTP_EVENT = 'http:event:';
|
||||
@@ -22,13 +22,6 @@ class Tcp extends Annotation
|
||||
|
||||
private string $Message = 'required|not empty';
|
||||
|
||||
|
||||
private string $Handshake;
|
||||
|
||||
|
||||
private string $Close;
|
||||
|
||||
|
||||
/**
|
||||
* @param $controller
|
||||
* @param $methodName
|
||||
|
||||
Reference in New Issue
Block a user