Esempio n. 1
0
 public static function getPopularPosts()
 {
     $input = Input::all();
     return Posts::getPopularPosts($input);
 }