Skip to content

Commit

Permalink
Merge pull request assimon#401 from neatlife/master
Browse files Browse the repository at this point in the history
Update GoodsController.php
  • Loading branch information
assimon authored May 5, 2023
2 parents 6d96bc0 + 2872d00 commit fd4576e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Admin/Controllers/GoodsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ protected function detail($id)
return Show::make($id, new Goods(), function (Show $show) {
$show->id('id');
$show->field('gd_name');
$form->field('gd_description');
$form->field('gd_keywords');
$show->field('gd_description');
$show->field('gd_keywords');
$show->field('picture')->image();
$show->field('retail_price');
$show->field('actual_price');
Expand Down

0 comments on commit fd4576e

Please sign in to comment.