Example #1
0
 public function buscarRecientes()
 {
     return Contenidos::orderBy('updated_at', 'Desc')->take(4)->get();
 }