<?php
namespace Kiri\Router\Annotate;
#[\Attribute]
class ContentType
{
/**
* @param string $contentType
*/
public function __construct(public string $contentType = "text/html")
}