Пример #1
0
 /**
  * Find the next post
  *
  * @param Post $post
  * @return mixed
  */
 public function next(Post $post)
 {
     return $this->post->next($post);
 }