コード例 #1
0
ファイル: PostRepository.php プロジェクト: Wol/posts-module
 /**
  * Get recent posts.
  *
  * @return EntryCollection
  */
 public function getRecent($limit = null)
 {
     return $this->model->live()->paginate($limit);
 }