예제 #1
0
 public static function getByPage()
 {
     return Property::orderBy('Id', 'DESC')->paginate(10);
 }