示例#1
0
 /**
  * Get an array with the values of a given column.
  *
  * @param string $column
  * @param string $key
  *
  * @return array
  */
 public function lists($column, $key = null)
 {
     return $this->query->lists($column, $key);
 }