This commit is contained in:
2023-07-25 10:09:06 +08:00
parent e832a2721c
commit 00cd571ffe
7 changed files with 24 additions and 50 deletions
+3 -1
View File
@@ -4,12 +4,14 @@ declare(strict_types=1);
namespace Kiri\Router\Annotate;
use ReflectionException;
#[\Attribute(\Attribute::TARGET_CLASS)]
class AutoController
{
/**
* @throws \ReflectionException
* @throws ReflectionException
*/
public function dispatch(object $object): void
{