Пример #1
0
 public function getAll()
 {
     return Comment::all();
 }
 public function selectAll()
 {
     return Comment::all();
 }