Esempio n. 1
0
 /**
  * Get featured posts.
  *
  * @return EntryCollection
  */
 public function getFeatured($limit = null)
 {
     return $this->model->enabled()->where('featured', true)->paginate($limit);
 }