修正注释

This commit is contained in:
thinkphp
2016-09-30 21:34:06 +08:00
parent 4695dd45d4
commit 9d99b7d55c

View File

@@ -129,7 +129,7 @@ trait SoftDelete
* 获取软删除字段 * 获取软删除字段
* @access public * @access public
* @param bool $read 是否查询操作 写操作的时候会自动去掉表别名 * @param bool $read 是否查询操作 写操作的时候会自动去掉表别名
* @return integer * @return string
*/ */
protected function getDeleteTimeField($read = false) protected function getDeleteTimeField($read = false)
{ {