改名
This commit is contained in:
@@ -471,9 +471,9 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
|
|||||||
} else {
|
} else {
|
||||||
$trance->commit();
|
$trance->commit();
|
||||||
|
|
||||||
$result = $this->event->dispatch(self::AFTER_SAVE, [$attributes, $param]);
|
$this->event->dispatch(self::AFTER_SAVE, [$attributes, $param]);
|
||||||
|
|
||||||
var_dump($result);
|
$result = true;
|
||||||
}
|
}
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user