コード例 #1
0
 public function latest()
 {
     return Post::orderBy('posted_on', 'desc');
 }