Ejemplo n.º 1
0
 public function collection(Collection $model, $arg, $bool)
 {
     return $this->section($model, $bool, parent::container($model, $model->start, false) . $this->pager($model));
 }