add manual doctors

This commit is contained in:
crazywhalecc
2023-06-28 18:38:14 +08:00
parent fdf36ad726
commit b852471596
5 changed files with 44 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace SPC\doctor;
#[\Attribute(\Attribute::TARGET_METHOD)]
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
class AsFixItem
{
public function __construct(public string $name)