Example #1
0
 public function reorder()
 {
     $this->pageTitle = e(trans('firestarter.shop::lang.shop.category_reorder'));
     $toolbarConfig = $this->makeConfig();
     $toolbarConfig->buttons = '~/plugins/firestarter/shop/controllers/cats/_reorder_toolbar.htm';
     $this->vars['toolbar'] = $this->makeWidget('Backend\\Widgets\\Toolbar', $toolbarConfig);
     $this->vars['records'] = Category::make()->getEagerRoot();
 }