コード例 #1
0
 public function getAll()
 {
     return Comment::all();
 }
コード例 #2
0
 public function selectAll()
 {
     return Comment::all();
 }