diff --git a/src/Collection.php b/src/Collection.php index 83f4d46..905f3f8 100644 --- a/src/Collection.php +++ b/src/Collection.php @@ -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)