调整广告图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->text('name')->required();
|
||||
$form->image('image')
|
||||
->move('ads/'.Carbon::now()->toDateString())
|
||||
->move('ac/'.Carbon::now()->toDateString())
|
||||
->saveFullUrl()
|
||||
->removable(false)
|
||||
->autoUpload();
|
||||
|
|
|
|||
Loading…
Reference in New Issue