Exemplo n.º 1
0
 public function __construct(CategoryRepository $repository)
 {
     parent::__construct();
     $this->repository = $repository;
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->tips['商品管理'] = null;
     $this->tips['商品分类'] = route('category.index');
 }
Exemplo n.º 3
0
 public function __construct(PermissionRepository $repository)
 {
     parent::__construct();
     $this->repository = $repository;
 }
Exemplo n.º 4
0
 /**
  * @param ImageUploader $uploader
  */
 public function __construct(ImageUploader $uploader)
 {
     parent::__construct();
     $this->uploader = $uploader;
     $this->repository = $this->getRepository();
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->tips['商品管理'] = null;
     $this->tips['商品类型'] = route('goodstype.index');
 }
Exemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->tips['商品管理'] = null;
     $this->tips['品牌'] = route('brand.index');
 }