Exemple #1
0
 function get_page()
 {
     return contact::orderBy($this->primaryKey, 'DESC')->paginate(20);
 }