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\Relate;
use Exception;
@@ -34,7 +33,6 @@ use Exception;
*/
public function execute(mixed $class, mixed $method = null): bool
{
di(Relate::class)->addRelate($this->name, $class, $method);
return true;
}