111
This commit is contained in:
@@ -28,6 +28,16 @@ abstract class Handler implements RequestHandlerInterface
|
|||||||
|
|
||||||
protected ?array $middlewares;
|
protected ?array $middlewares;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param \Kiri\Proxy\AspectProxy $aspectProxy
|
||||||
|
*/
|
||||||
|
public function setAspectProxy(AspectProxy $aspectProxy)
|
||||||
|
{
|
||||||
|
$this->aspectProxy = $aspectProxy;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param CHl $handler
|
* @param CHl $handler
|
||||||
* @return $this
|
* @return $this
|
||||||
|
|||||||
Reference in New Issue
Block a user