예제 #1
0
파일: Collection.php 프로젝트: lytc/sloths
 /**
  * @return array
  */
 public function ids()
 {
     return $this->column($this->model->getPrimaryKey());
 }