Exemplo n.º 1
0
 /**
  * Render the single book request page.
  *
  * @param \WP_Post $post
  * @return mixed
  */
 public function single($post)
 {
     return View::make('pages.book', array('books' => $this->books->getPopularBooks($post->ID)));
 }