コード例 #1
0
 /**
  * Get the entries.
  *
  * @return Collection
  */
 public function get()
 {
     return (new Decorator())->decorate($this->model->newCollection($this->query->get()->all()));
 }