调整广告图ads为ac
parent
a3b43fdf5e
commit
cea1f55e02
|
|
@ -105,7 +105,7 @@ class AdController extends AdminController
|
||||||
$form->select('address_id')->options(AdAddress::all()->pluck('name', 'id'));
|
$form->select('address_id')->options(AdAddress::all()->pluck('name', 'id'));
|
||||||
$form->text('name')->required();
|
$form->text('name')->required();
|
||||||
$form->image('image')
|
$form->image('image')
|
||||||
->move('ads/'.Carbon::now()->toDateString())
|
->move('ac/'.Carbon::now()->toDateString())
|
||||||
->saveFullUrl()
|
->saveFullUrl()
|
||||||
->removable(false)
|
->removable(false)
|
||||||
->autoUpload();
|
->autoUpload();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue