This commit is contained in:
2021-09-16 11:53:32 +08:00
parent f738099c66
commit 364e937aa4
3 changed files with 0 additions and 102 deletions
-32
View File
@@ -1,32 +0,0 @@
<?php
namespace Annotation\Route;
use Annotation\Attribute;
use Exception;
use Http\HttpFilter;
use ReflectionException;
use Kiri\Exception\ComponentException;
use Kiri\Exception\NotFindClassException;
use Kiri\Kiri;
/**
* Class Filter
* @package Annotation\Route
*/
#[\Attribute(\Attribute::TARGET_METHOD)] class Filter extends Attribute
{
/**
* Filter constructor.
* @param array $rules
*/
public function __construct(array $rules)
{
}
}