This commit is contained in:
2021-08-13 15:19:07 +08:00
parent 3198d66753
commit 62145acb8c
11 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ use Kiri\Kiri;
public function execute(mixed $class, mixed $method = null): bool
{
$annotation = Kiri::getAnnotation();
$annotation->addSets($class::class, $this->name, $method);
$annotation->addSets($class, $this->name, $method);
return true;
}