@@ -253,14 +253,14 @@ |
||
253 | 253 | return $this; |
254 | 254 | } |
255 | 255 | |
256 | - /** |
|
257 | - * 创建新的模型实例 |
|
258 | - * @access public |
|
259 | - * @param array|object $data 数据 |
|
260 | - * @param bool $isUpdate 是否为更新 |
|
261 | - * @param mixed $where 更新条件 |
|
262 | - * @return Model |
|
263 | - */ |
|
256 | + /** |
|
257 | + * 创建新的模型实例 |
|
258 | + * @access public |
|
259 | + * @param array|object $data 数据 |
|
260 | + * @param bool $isUpdate 是否为更新 |
|
261 | + * @param mixed $where 更新条件 |
|
262 | + * @return Model |
|
263 | + */ |
|
264 | 264 | public function newInstance($data = [], $isUpdate = false, $where = null) |
265 | 265 | { |
266 | 266 | $model = new static($data); |