예제 #1
0
파일: Categories.php 프로젝트: awme/stocket
 public function listCategories()
 {
     return $this->fillExtraData(ShopCategory::enabledAndVisible()->with('products')->getNested(), $this->controller->pageUrl($this->categoryPage, false));
 }