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