Example #1
0
 protected function init()
 {
     parent::init();
     $this->paginator = $this->toLazy()->getPaginator();
     $this->pages = $this->toLazy()->getPages();
 }