This commit is contained in:
2023-04-16 01:45:33 +08:00
parent 3cd2e8d889
commit f6d4b0fbca
12 changed files with 24 additions and 417 deletions
+1 -3
View File
@@ -5,8 +5,6 @@ namespace Database\Annotation;
use Attribute;
use Database\Base\Getter;
use Kiri\Annotation\AbstractAttribute;
/**
@@ -14,7 +12,7 @@ use Kiri\Annotation\AbstractAttribute;
* @package Annotation\Model
* @deprecated
*/
#[Attribute(Attribute::TARGET_METHOD)] class Get extends AbstractAttribute
#[Attribute(Attribute::TARGET_METHOD)] class Get
{
+1 -2
View File
@@ -4,7 +4,6 @@
namespace Database\Annotation;
use Kiri\Annotation\AbstractAttribute;
use Exception;
@@ -12,7 +11,7 @@ use Exception;
* Class Relation
* @package Annotation\Model
*/
#[\Attribute(\Attribute::TARGET_METHOD)] class Relation extends AbstractAttribute
#[\Attribute(\Attribute::TARGET_METHOD)] class Relation
{
+1 -3
View File
@@ -4,14 +4,12 @@
namespace Database\Annotation;
use Database\Base\Setter;
use Kiri\Annotation\AbstractAttribute;
/**
* @deprecated
*/
#[\Attribute(\Attribute::TARGET_METHOD)] class Set extends AbstractAttribute
#[\Attribute(\Attribute::TARGET_METHOD)] class Set
{