This commit is contained in:
2021-04-15 16:39:01 +08:00
parent 1a24daf8dc
commit ea7d450449
-5
View File
@@ -57,11 +57,6 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
const ANNOTATION_GET = 'get';
const ANNOTATION_SET = 'set';
#[Inject('event')]
protected ?SEvent $event;
/** @var array */
protected array $_attributes = [];