11 lines
125 B
PHP
11 lines
125 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace Kiri\Router\Inject;
|
|
|
|
|
|
#[\Attribute(\Attribute::TARGET_CLASS)]
|
|
class Controller
|
|
{
|
|
}
|