修改分类ICON存储位置名称
parent
896cd48344
commit
b6ea3a126d
|
|
@ -105,7 +105,7 @@ class ProductCategoryController extends AdminController
|
|||
$form->select('parent_id')->options(ProductCategoryModel::selectOptions());
|
||||
$form->text('name')->required();
|
||||
$form->image('icon')
|
||||
->move('product/'.Carbon::now()->toDateString())
|
||||
->move('product-categories/'.Carbon::now()->toDateString())
|
||||
->saveFullUrl()
|
||||
->removable(false)
|
||||
->autoUpload();
|
||||
|
|
|
|||
Loading…
Reference in New Issue