改名
This commit is contained in:
@@ -77,6 +77,16 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
|
|||||||
protected ?Relation $_relation;
|
protected ?Relation $_relation;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param SEvent $event
|
||||||
|
* 默认注入
|
||||||
|
*/
|
||||||
|
public function setEvent(SEvent $event)
|
||||||
|
{
|
||||||
|
$this->event = $event;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* object init
|
* object init
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user