mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
Remove useless method
This commit is contained in:
parent
0713606ffb
commit
645cc73caf
@ -29,9 +29,4 @@ class HttpCoreMiddleware extends CoreMiddleware
|
||||
$this->dataFormatter = $container->get($this->protocolManager->getDataFormatter($protocolName));
|
||||
$this->packer = $container->get($this->protocolManager->getPacker($protocolName));
|
||||
}
|
||||
|
||||
protected function format($response, ServerRequestInterface $request): string
|
||||
{
|
||||
return parent::format($response, $request);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user