Exemplo n.º 1
0
 public function all()
 {
     //return Meeting::all();
     return Meeting::orderBy('date', 'asc')->get();
 }