Ejemplo n.º 1
0
 function get_page()
 {
     return cars::orderBy($this->primaryKey, 'DESC')->paginate(20);
 }