Skip to content

Commit

Permalink
更新注释
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Nov 8, 2019
1 parent 9f68e52 commit e02d9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ public function whereNotBetween(string $field, $value)
* 返回数据中指定的一列
* @access public
* @param string|null $columnKey 键名
* @param string $indexKey 作为索引值的列
* @param string|null $indexKey 作为索引值的列
* @return array
*/
public function column(?string $columnKey, string $indexKey = null)
Expand Down

0 comments on commit e02d9d8

Please sign in to comment.