Esempio n. 1
0
 public function limit($limit)
 {
     $this->query->limit($limit);
     return $this->model;
 }