Revert "改名"
This reverts commit fdf58326
This commit is contained in:
@@ -114,8 +114,7 @@ class Model extends Base\Model
|
|||||||
}
|
}
|
||||||
$model = new static();
|
$model = new static();
|
||||||
|
|
||||||
/** @var Connection $database */
|
$database = $model->getConnection();
|
||||||
$database = Kiri::app()->get($model->getConnection());
|
|
||||||
$database->beginTransaction();
|
$database->beginTransaction();
|
||||||
try {
|
try {
|
||||||
/** @var static $select */
|
/** @var static $select */
|
||||||
|
|||||||
Reference in New Issue
Block a user