public static function getPostDetail() { $input = Input::all(); return Posts::getPostDetail($input); }