Пример #1
0
 /**
  * Search for posts
  *
  * @param $query
  * @param int $perPage
  * @return mixed
  */
 public function search($query, $perPage = 10)
 {
     return $this->post->search($query, $perPage);
 }