6
0
Fork 0

调整广告图ads为ac

release
vine_liutk 2022-01-21 16:10:46 +08:00
parent a3b43fdf5e
commit cea1f55e02
1 changed files with 1 additions and 1 deletions

View File

@ -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();