eee
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Kiri\Router\Annotate;
|
||||
|
||||
use Kiri\Router\ContentType;
|
||||
|
||||
#[\Attribute(\Attribute::TARGET_METHOD)]
|
||||
class ResponseContentType
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @param ContentType $contentType
|
||||
*/
|
||||
public function __construct(public ContentType $contentType = ContentType::JSON)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user