eee
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Kiri\Router\Format;
|
||||
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
|
||||
class ResponseFormat implements IFormat
|
||||
{
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function call($result): ResponseInterface
|
||||
{
|
||||
// TODO: Implement call() method.
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user