modify plugin name

This commit is contained in:
2022-06-22 18:28:46 +08:00
parent c72c5d4e0d
commit 20eff5c29a
6 changed files with 3 additions and 24 deletions
-2
View File
@@ -5,7 +5,6 @@ namespace Database\Annotation;
use Kiri\Annotation\AbstractAttribute;
use Database\Base\Setter;
use Exception;
#[\Attribute(\Attribute::TARGET_METHOD)] class Set extends AbstractAttribute
@@ -28,7 +27,6 @@ use Exception;
*/
public function execute(mixed $class, mixed $method = null): bool
{
di(Setter::class)->addSetter($this->name, $class, $method);
return true;
}