Example #1
0
 public function getAll()
 {
     return Comunicati::orderBy('created_at', 'DESC')->get();
 }