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