This commit is contained in:
Jerry Ma
2023-09-08 22:12:59 +08:00
committed by GitHub
parent 54e98666e7
commit be8eb90b86
11 changed files with 11 additions and 32 deletions

View File

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