예제 #1
0
 public function FeatureLot()
 {
     return Lot::get()->sort('RAND()')->limit(1);
 }
예제 #2
0
 public function Lots()
 {
     return Lot::get();
 }