变更
This commit is contained in:
+1
-3
@@ -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
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -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
@@ -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
|
||||
{
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user